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

m (Add h1 style)
(Added body and paragraph style)
Line 1: Line 1:
 
<html>
 
<html>
 
<style type="text/css">
 
<style type="text/css">
 +
 +
/* Comment: background formatting */
 +
body {
 +
background-color: #d0e4fe;
 +
}
 +
 +
/* Comment: headings formatting */
 
h1 {
 
h1 {
color: red;
+
color: red;
 +
text-align: center;
 
}
 
}
 
h2 {
 
h2 {
color: blue;
+
color: blue;
 +
}
 +
 
 +
/* Comment: paragraph formatting */
 +
p {
 +
font-family: Verdana, Geneva, sans-serif;
 +
/* font-size: 20px; */
 
}
 
}
 +
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 02:58, 5 July 2015