Difference between revisions of "Team:UCL/People"
Superjack15 (Talk | contribs) (Created page with "{{CSS_UCL2}} <html> <head> <style> h5 { font-size:900%; } </style> </head> <body> <h5>People</h5> </body> </html>") |
Superjack15 (Talk | contribs) |
||
(61 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{CSS_UCL5}} |
<html> | <html> | ||
<head> | <head> | ||
<style> | <style> | ||
− | + | #bodyContent { | |
− | font-size: | + | background: #F8FFFF; |
+ | } | ||
+ | |||
+ | .Button { | ||
+ | float:left; | ||
+ | width:30%; | ||
+ | padding-top:10%; | ||
+ | padding-bottom:10%; | ||
+ | text-align: center; | ||
+ | display: block; | ||
+ | background:#70C4BB; | ||
+ | /*border: solid 1px #493C54;*/ | ||
+ | border-radius: 40px; | ||
+ | box-shadow:1.5px 1.5px lightgrey; | ||
+ | margin:1%; | ||
+ | } | ||
+ | |||
+ | .Button a { | ||
+ | font-size:23px; | ||
+ | } | ||
+ | |||
+ | a:hover {color: #70C4BB; | ||
+ | -webkit-transition: color ease-in-out 150ms; | ||
+ | } | ||
+ | |||
+ | @media(max-width:571px) { | ||
+ | .Button a { | ||
+ | font-size:23px; | ||
+ | } | ||
+ | .Button { | ||
+ | width:70%; | ||
+ | padding-left:10%; | ||
+ | padding-right:10%; | ||
+ | margin-left:5%; | ||
+ | margin-right:5%; | ||
+ | float:none; | ||
+ | } | ||
} | } | ||
Line 11: | Line 47: | ||
</head> | </head> | ||
<body> | <body> | ||
+ | <div id="main"> | ||
<h5>People</h5> | <h5>People</h5> | ||
+ | |||
+ | <div class="Button"> | ||
+ | <a href="https://2015.igem.org/Team:UCL/Team"><!--<img src=-->Team</a> | ||
+ | </div> | ||
+ | |||
+ | <div class="Button"> | ||
+ | <a href="https://2015.igem.org/Team:UCL/Advisors"><!--<img src=-->Advisors</a> | ||
+ | </div> | ||
+ | |||
+ | <div class="Button"> | ||
+ | <a href="https://2015.igem.org/Team:UCL/Sponsors"><!--<img src=-->Sponsors</a> | ||
+ | </div> | ||
+ | |||
+ | <div class="Button"> | ||
+ | <a href="https://2015.igem.org/Team:UCL/Attributions"><!--<img src=-->Attributions</a> | ||
+ | </div> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 10:35, 22 August 2015