diff options
author | emkael <emkael@tlen.pl> | 2015-02-19 10:46:55 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-02-19 10:46:55 +0100 |
commit | 407d07723df7d2e472d0928f79227ed4cb5dc218 (patch) | |
tree | 400c7208e933bebe90ae37bb75ba529c72fa8786 /style.css |
* initial commit
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..c02f01e --- /dev/null +++ b/style.css @@ -0,0 +1,6 @@ +body{ + margin:0; + padding:20px; + font:12px/17px Arial, sans-serif; + background:#f9f9f9; +} |