From 71d6973d350595ffbe29f5d791ec8972ccc23416 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 8 Apr 2016 20:01:29 +0200 Subject: optimize further for 800x600 --- index.css | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index 13e9525..a3ca997 100644 --- a/index.css +++ b/index.css @@ -1,27 +1,12 @@ -/* reset */ -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, embed, -figure, figcaption, footer, header, hgroup, -menu, nav, output, ruby, section, summary, -time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline; -} - h1, h2, h3, h4, h5, h6 { text-align: center; + color: #222; + line-height: 90%; +} + +body { + color: #444; + background-color: #EEEEEE; } .step { -- cgit v1.3.1