Template:CSS: Difference between revisions

From Dickinson College Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
  <css>
{{#css:
      #bodyContent { background-color: yellow; }
  body {
  </css>
    background: yellow;
    font-size: 20pt;
    color: red;
  }
}}

Revision as of 13:56, 28 August 2009

{{#css:

 body {
   background: yellow;
   font-size: 20pt;
   color: red;
 }

}}