commit | bb4cc8d3b2e14b3af5df699876dd4ff3acd00b7f | [log] [tgz] |
---|---|---|
author | The Octocat <octocat@nowhere.com> | Tue Feb 04 14:38:36 2014 -0800 |
committer | The Octocat <octocat@nowhere.com> | Wed Feb 12 15:18:55 2014 -0800 |
tree | a639e96f9038797fba6e0469f94a4b0cc459fa68 | |
parent | a30c19e3f13765a3b48829788bc1cb8b4e95cee4 [diff] [blame] |
Create styles.css and updated README
diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..9b85284 --- /dev/null +++ b/styles.css
@@ -0,0 +1,17 @@ +* { + margin:0px; + padding:0px; +} + +#octocat { + display: block; + width:384px; + margin: 50px auto; +} + +p { + display: block; + width: 400px; + margin: 50px auto; + font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace; +}