Difference between revisions of "Template:Macquarie Australia/TestCSS"

(Added body and paragraph style)
(Changed colours)
Line 4: Line 4:
 
/* Comment: background formatting */
 
/* Comment: background formatting */
 
body {
 
body {
background-color: #d0e4fe;
+
background-color: #2a8e5a; /*dark green*/
 
}
 
}
  
 
/* Comment: headings formatting */
 
/* Comment: headings formatting */
 
h1 {
 
h1 {
color: red;
+
color: #000000; /*black*/
 
text-align: center;
 
text-align: center;
 
}
 
}
 
h2 {
 
h2 {
color: blue;
+
color: #000000; /*black*/
 
}
 
}
  

Revision as of 03:03, 5 July 2015