Team:UCL/FAQ/MicroF
From 2014.igem.org
(Difference between revisions)
Lewismoffat (Talk | contribs) |
|||
Line 1: | Line 1: | ||
{{:Team:UCL/Template:headerx}} | {{:Team:UCL/Template:headerx}} | ||
<html> | <html> | ||
- | <div | + | <div class="pageTitle"> |
- | <div | + | <div><h3>What is Microfluidics</h3></div> |
- | <div | + | <div><!--- This is the Bit that describes the team and its logo DONT TOUCH--> |
- | + | <div class="floater"><img src="https://static.igem.org/mediawiki/2014/c/c3/Team_Icons-01.png" height="50px" width="50px" style="margin-right:10px;"></img></div> | |
- | + | <div class="floater"><h4 class="minimyzr" style="margin:0px;">Laboratory Team</h4></div> | |
</div> | </div> | ||
</div> | </div> | ||
- | <div | + | <div class="textArena"><!--- This is the were your text goes, play with it but dont change the class names--> |
+ | <div class="textTitle"><h3 class="widthCorrect">Summary</h3></div><!-- First title or p tag of a page needs the textTitle class as it corrects the placing of the rest of the page--> | ||
+ | |||
<!-- begin #page - the container for everything but header --> | <!-- begin #page - the container for everything but header --> | ||
Line 67: | Line 69: | ||
</html></div> | </html></div> | ||
+ | </div><!-- This is the css of the page. Dont change it unless you have consulted with Lewis or Adam about what your changing--> | ||
<style> | <style> | ||
- | . | + | /*=======PAGE HEADER=======*/ |
+ | .pageTitle { | ||
+ | height:200px; | ||
+ | width:100%; | ||
+ | background-color:darkgrey; | ||
+ | padding-top:50px; | ||
+ | float:left; | ||
+ | display:inline-block; | ||
+ | } | ||
+ | .floater { | ||
float:left; | float:left; | ||
} | } | ||
- | |||
+ | /*=======Body=======*/ | ||
+ | .textArena { | ||
+ | background-color:lightgrey; | ||
+ | padding: 5% 5% 5% 5%; | ||
+ | font-size:90%; | ||
+ | } | ||
+ | .textTitle { | ||
+ | padding-top:10%; | ||
+ | } | ||
+ | .widthCorrect { | ||
+ | width:100%; | ||
+ | } | ||
+ | </style> | ||
+ | |||
</html> | </html> | ||
{{:Team:UCL/Template:footerx}} | {{:Team:UCL/Template:footerx}} |
Revision as of 12:39, 6 September 2014