From c4ae3b0ee4bd338995cfecf34e0aeb49f05fa70e Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Tue, 2 Sep 2014 21:35:58 +0200 Subject: Initial commit --- style.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..ba99e1e --- /dev/null +++ b/style.css @@ -0,0 +1,25 @@ +body { + margin: 0; + background-color: #111111; + font-family: calibri; +} + +h1 { + font-weight: bold; + background-color: #225522; + min-width: 500px; + color: #e0e0e0; + margin: 0; + padding-top: 20px; + padding-bottom: 20px; + text-align: center; +} + +#game { + margin-left: auto; + margin-right: auto; + border-top: 10px dashed #222222; + border-bottom: 10px dashed #222222; + width: 500px; + height: 500px; +} -- cgit v1.2.3