CSS Hello World

Sticks 'Hello World!' on the top of any HTML document
This commit is contained in:
Will Pimblett
2012-04-30 23:23:02 +01:00
parent 38f6567c5c
commit 9d3deddc0d

3
c/css.css Normal file
View File

@@ -0,0 +1,3 @@
body:before {
content:"Hello World!"
}