From: Fred L. Drake, Jr. Date: Thu, 9 May 2002 12:14:54 +0000 (+0000) Subject: Simple style sheet for the Expat web page. X-Git-Tag: R_1_95_3~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e00d6e6b391bdaa9dc9480633e425682b46bf40;p=libexpat Simple style sheet for the Expat web page. --- diff --git a/htdocs/style.css b/htdocs/style.css new file mode 100644 index 00000000..2b6f35fc --- /dev/null +++ b/htdocs/style.css @@ -0,0 +1,13 @@ +.corner { width: 200px; + height: 80px; + text-align: center; + } +.navbar { background-color: rgb(110,139,61); + padding-top: 2em; + } +.banner { background-color: rgb(110,139,61); + color: rgb(255,236,176); + padding-left: 2em; + } +.banner h2 { font-size: 200%; } +.content { padding: 2em; }