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

(Changed colours)
m (Changed comments and font family)
Line 2: Line 2:
 
<style type="text/css">
 
<style type="text/css">
  
/* Comment: background formatting */
+
body { /* Comment: background formatting */
body {
+
 
background-color: #2a8e5a; /*dark green*/
 
background-color: #2a8e5a; /*dark green*/
 
}
 
}
  
/* Comment: headings formatting */
+
h1 { /* Comment: heading1 formatting */
h1 {
+
font-family: Verdana, Geneva, sans-serif;
color: #000000; /*black*/
+
color: #000000; /*black*/
text-align: center;
+
text-align: left;
 
}
 
}
h2 {
+
 
color: #000000; /*black*/
+
h2 { /* Comment: heading2 formatting */
 +
font-family: Verdana, Geneva, sans-serif;
 +
color: #000000; /*black*/
 
}
 
}
  
/* Comment: paragraph formatting */
+
p { /* Comment: paragraph formatting */
p {
+
 
font-family: Verdana, Geneva, sans-serif;
 
font-family: Verdana, Geneva, sans-serif;
 +
color: #000000; /*black*/
 
/* font-size: 20px; */
 
/* font-size: 20px; */
 
}
 
}

Revision as of 03:47, 5 July 2015