diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-08 11:04:15 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-08 11:04:15 +0000 |
| commit | 3da63e765354c7878ad6cc21d709542f9cdaa22e (patch) | |
| tree | 1c64dcd0c648ea54851dc279b8da24518ea001b5 /index.html | |
| parent | 1a687971ba0161f590dad78a93a6ab63b077710a (diff) | |
Fixed footer coloring
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -6,6 +6,7 @@ <link href="assets/css/style.css" rel="stylesheet" type="text/css"> <link href='https://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'> + <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> </head> <body> <div id="top-bar"> @@ -30,7 +31,7 @@ </nav> <main> - + <div id='search'> <h2>The solutions to all your problems.</h2> <!--<img src="assets/images/down.png">--> @@ -42,15 +43,15 @@ <footer> - <nav> - <ul> - <li><a href="#">Contact</a></li> - <li><a href="#">About Us</a></li> - <li><a href="#">Terms of Use</a></li> - </ul> - </nav> + <div id="footer-container"> + <nav> + <a href="#">Contact</a> + <a href="#">About Us</a> + <a href="#">Terms of Use</a> + </nav> + <h6>Copyright 2016</h6> + </div> - <h6>Copyright 2016</h6> </footer> </body> </html>
\ No newline at end of file |
