Merge pull request #68 from wjdp/master

CSS 'Hello World'
This commit is contained in:
Mike Donaghy
2014-08-17 22:46:05 -04:00

3
c/css.css Normal file
View File

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