From aade3436caa240af82d347e0ff1bc8e88a5dd1d6 Mon Sep 17 00:00:00 2001 From: degoeym Date: Sat, 13 Sep 2014 12:40:02 -0400 Subject: [PATCH] My CSS changes. --- top-nav-drill/main.css | 58 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/top-nav-drill/main.css b/top-nav-drill/main.css index 9d37c16..a4a299f 100644 --- a/top-nav-drill/main.css +++ b/top-nav-drill/main.css @@ -3,3 +3,61 @@ } /*Put your code here*/ + +header { + height: 50px; + top: 25px; + background: black; + width: 100%; +} + +header span { + font-size: 36px; +} + +span { + font: Tahoma; + font-color: white; +} + +span a { + text-decoration: none; + font-size: 24px; + padding-left: 25px; +} + +a { + color: white; +} + +nav { + float: right; + padding-right: 25px; +} + +li { + display: inline; + color: white; +} + +ul li a { + padding: 5px; +} + +section { + width: 700px; + margin: 0 auto; +} + +h1 { + border-bottom: solid thin gray; + padding-bottom: 10px; +} + +section section p:nth-child(3) { + display: none; +} + +footer { + border-top: solid thin gray; +} \ No newline at end of file