Difference between revisions of "TestCSS"

From its-wiki.no
Jump to: navigation, search
Line 3: Line 3:
 
p {margin-left: 20px;}
 
p {margin-left: 20px;}
 
body {background-image: url("images/background.gif");}
 
body {background-image: url("images/background.gif");}
 +
h2 {
 +
    color: gree;
 +
    text-align: center;
 +
    font-size: 8pt;
 +
}
 
</css>
 
</css>
 
And here is text to test CSS
 
And here is text to test CSS
Line 8: Line 13:
 
= a header =
 
= a header =
 
and something else
 
and something else
 +
 +
== and a second header ==
 +
with some text to be centred left...

Revision as of 17:17, 31 August 2014

And here is text to test CSS

a header

and something else

and a second header

with some text to be centred left...