Tip: Click lines to highlight, hold ctrl/cmd to multi-select

http://codedumper.com/oqaza (28-Jul @ 15:19)

Syntax Highlighted Code

  1. /* basic elements */
  2. html {
  3.     margin: 0;
  4.     padding: 0;
  5.     }
  6. body {
  7.     font: 75% georgia, sans-serif;
  8.     line-height: 1.88889;
  9.     color: #555753;
  10.     background: #fff url(blossoms.jpg) no-repeat bottom right;
  11.     margin: 0;
  12.     padding: 0;
  13.     }
  14. p {
  15.     margin-top: 0;
  16.     text-align: justify;
  17.     }
  18. h3 {
  19.     font: italic normal 1.4em georgia, sans-serif;
  20.     letter-spacing: 1px;
  21.     margin-bottom: 0;
  22.     color: #7D775C;
  23.     }
  24. a:link {
  25.     font-weight: bold;
  26.     text-decoration: none;
  27.     color: #B7A5DF;
  28.     }
  29. a:visited {
  30.     font-weight: bold;
  31.     text-decoration: none;
  32.     color: #D4CDDC;
  33.     }
  34. a:hover, a:active {
  35.     text-decoration: underline;
  36.     color: #9685BA;
  37.     }
  38. acronym {
  39.     border-bottom: none;
  40.     }

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;
    }

Permalink: http://codedumper.com/oqaza