diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-08 09:09:14 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-08 09:09:14 +0000 |
| commit | d3f4c77dcee44e104dcfe85fe406e8568bac121b (patch) | |
| tree | 199080a1f8a3b10f448e00d28e473293e6b4da8f /index.html | |
| parent | 47e6bd136dd28a44ae7a3f5cb22dae83b988f9d4 (diff) | |
Fixed content centering for homepage
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ <title>Solutions Repo</title> <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'> </head> <body> <div id="top-bar"> @@ -29,6 +30,7 @@ </nav> <main> + <div id='search'> <h2>The solutions to all your problems.</h2> <!--<img src="assets/images/down.png">--> |
