diff --git a/top-nav-drill/bower_components/normalize-css/normalize.css b/top-nav-drill/bower_components/normalize-css/normalize.css index 08f8950..a396f9f 100644 --- a/top-nav-drill/bower_components/normalize-css/normalize.css +++ b/top-nav-drill/bower_components/normalize-css/normalize.css @@ -133,6 +133,7 @@ dfn { h1 { font-size: 2em; margin: 0.67em 0; + } /** diff --git a/top-nav-drill/main.css b/top-nav-drill/main.css index 9d37c16..06a3a8e 100644 --- a/top-nav-drill/main.css +++ b/top-nav-drill/main.css @@ -2,4 +2,65 @@ margin: 0 auto; } -/*Put your code here*/ +header { + background-color: black; + font-color: white; + padding-top: 0.5%; + height: 45px; +} + +span{ + font-weight: bold; + font-size: 2em; + + margin-left: 1%; +} + +a { + color: white; + text-decoration: none; +} + +nav { + margin-top: -2.5%; + padding-bottom: 0.5%; +} + +ul { + text-decoration: underline; + margin-left: 77%; +} + +li { + display: inline; + padding-left: 10px; + +} + +section{ + margin-left: 12%; + margin-right: 12%; +} + +h1{ + margin-left: 12%; + padding-bottom: 10px; + width: 76%; + border-style: solid; + border-top-color: white; + border-left-color: white; + border-right-color: white; + border-width: 1px; +} + +footer{ + margin-left: 12%; + width: 76%; + border-style: solid; + border-bottom-color: white; + border-left-color: white; + border-right-color: white; + border-top-color: grey; + border-width: 2px; + +} \ No newline at end of file