diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-08 07:57:31 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-08 07:57:31 +0000 |
| commit | 0160f4967008dd08dd07f0332774eb487f528095 (patch) | |
| tree | 0efe10dd32f5c644da1a5915587350def747fa50 /index.html | |
| parent | c13c53139ca6bff3cbe9153227b8d4dc712a8b4d (diff) | |
Completed main. Positioning problems need fizing
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -8,7 +8,7 @@ </head> <body> <div id="top-bar"> - <a href="#"><img src="assets/images/logo.png"></a> + <div id="logo"><a href="#"><img src="assets/images/placeholder.png"></a></div> <nav> <ul> <li><a href="#">Register</a></li> @@ -28,7 +28,16 @@ </ul> </nav> - <h2>The solutions to all your problems.</h2> + <main> + <div id='search'> + <h2>The solutions to all your problems.</h2> + <!--<img src="assets/images/down.png">--> + <input type="text" name="search" placeholder="Enter course name"> + </div> + + </main> + + <footer> <nav> @@ -40,7 +49,6 @@ </nav> <h6>Copyright 2016</h6> - - </footer> +</footer> </body> </html>
\ No newline at end of file |
