From 407d07723df7d2e472d0928f79227ed4cb5dc218 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 19 Feb 2015 10:46:55 +0100 Subject: * initial commit --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 style.css (limited to 'style.css') 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; +} -- cgit v1.2.3