Team:TAS Taipei
From 2014hs.igem.org
(Difference between revisions)
Awesomesauce (Talk | contribs) m (Added clickable "Under Construction" sign) |
m (Implemented temporary menu bar changes) |
||
Line 2: | Line 2: | ||
<head> | <head> | ||
<style> | <style> | ||
+ | #topBar { | ||
+ | background-color:#000000; | ||
+ | margin:0px 150px 0px 150px; | ||
+ | } | ||
+ | #topMenuBar ul{ | ||
+ | list-style-type:none; | ||
+ | padding:50px 0px 50px 0px; | ||
+ | background-color:#000000; | ||
+ | } | ||
+ | #topMenuBar li { | ||
+ | display: inline; | ||
+ | padding:20px 50px 20px 50px; | ||
+ | font-size:50px; | ||
+ | background-color:#e8b864; | ||
+ | } | ||
body{ | body{ | ||
background-color: #ffffff; | background-color: #ffffff; | ||
Line 51: | Line 66: | ||
<img class="underConstruction" src="https://lh3.googleusercontent.com/-GghbnJKBVC4/UxQoNySYnhI/AAAAAAAAAIA/P05ouZWbhJo/w826-h595-no/Web-under-construction1.png"> | <img class="underConstruction" src="https://lh3.googleusercontent.com/-GghbnJKBVC4/UxQoNySYnhI/AAAAAAAAAIA/P05ouZWbhJo/w826-h595-no/Web-under-construction1.png"> | ||
<div id="logo" style="text-align: center; padding: 5px;"> | <div id="logo" style="text-align: center; padding: 5px;"> | ||
- | < | + | <div id="topBar"> |
+ | <div style="text-align:center"> | ||
+ | <ul id="topMenuBar"> | ||
+ | <li>Project</li> | ||
+ | <li>Human Practice</li> | ||
+ | <li>Safety</li> | ||
+ | <li>Team</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
+ | |||
+ | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 05:49, 6 March 2014
- Project
- Human Practice
- Safety
- Team