Tip: Click lines to highlight, hold ctrl/cmd to multi-select
http://codedumper.com/oqaza (28-Jul @ 15:19)
Syntax Highlighted Code
- /* basic elements */
- html {
- margin: 0;
- padding: 0;
- }
- body {
- font: 75% georgia, sans-serif;
- line-height: 1.88889;
- color: #555753;
- background: #fff url(blossoms.jpg) no-repeat bottom right;
- margin: 0;
- padding: 0;
- }
- p {
- margin-top: 0;
- text-align: justify;
- }
- h3 {
- font: italic normal 1.4em georgia, sans-serif;
- letter-spacing: 1px;
- margin-bottom: 0;
- color: #7D775C;
- }
- a:link {
- font-weight: bold;
- text-decoration: none;
- color: #B7A5DF;
- }
- a:visited {
- font-weight: bold;
- text-decoration: none;
- color: #D4CDDC;
- }
- a:hover, a:active {
- text-decoration: underline;
- color: #9685BA;
- }
- acronym {
- border-bottom: none;
- }
Plain Code
/* basic elements */
html {
margin: 0;
padding: 0;
}
body {
font: 75% georgia, sans-serif;
line-height: 1.88889;
color: #555753;
background: #fff url(blossoms.jpg) no-repeat bottom right;
margin: 0;
padding: 0;
}
p {
margin-top: 0;
text-align: justify;
}
h3 {
font: italic normal 1.4em georgia, sans-serif;
letter-spacing: 1px;
margin-bottom: 0;
color: #7D775C;
}
a:link {
font-weight: bold;
text-decoration: none;
color: #B7A5DF;
}
a:visited {
font-weight: bold;
text-decoration: none;
color: #D4CDDC;
}
a:hover, a:active {
text-decoration: underline;
color: #9685BA;
}
acronym {
border-bottom: none;
}