diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-08 11:04:46 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-08 11:04:46 +0000 |
| commit | 6cf72dacf4708971a16b367b353154ceef5db409 (patch) | |
| tree | d1013c6a241f94400fed83580cb8a83604ef90e2 /assets/css/style.css | |
| parent | cc9868ed00c421aed359ce895d17c2220f423b8b (diff) | |
| parent | 3da63e765354c7878ad6cc21d709542f9cdaa22e (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'assets/css/style.css')
| -rw-r--r-- | assets/css/style.css | 39 |
1 files changed, 27 insertions, 12 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 99f44d9..1697105 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,9 +1,12 @@ + html, body { height: 100%; + font-family: 'Roboto', sans-serif; } body { background-color: white; + margin: 0; } ul { @@ -14,8 +17,11 @@ a { text-decoration: none; } + +/*top_bar.height + main.height + footer.height = 8% + 80% + 12% */ #top-bar{ width: 100%; + height: 8%; display: flex; display: -webkit-flex; flex-direction: row; @@ -117,6 +123,7 @@ main #search { height: 100%; background-color: rgba(235,235,235, 0.7); + } /* Changes - added h2 styiling for main */ @@ -156,31 +163,39 @@ main #search img { display: inline; } + footer { - position: relative; + background-color: #333333; bottom: 0; - background-color: white; + height: 12%; } -footer nav { - padding-left: 16%; +footer #footer-container{ + margin-left: 20%; + margin-right: 20%; + padding: .5%; } - -footer nav ul li{ - display: inline-block; +footer nav a{ float: left; + padding-right: 20px; + font-size: 1em; } footer h6 { - display: inline-block; + margin: 0; + color: white; float: right; - padding-right: 20%; + font-size: 1em; + font-weight: normal; + font-style: italic; + } -footer nav ul li a { +footer nav a { display: block; color: darkgray; - text-align: center; - padding: 14px 16px; vertical-align: top; } + + + |
