Team:ITESM-CEM/FOOTER
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | {{CSS/Main}} | |
- | <html | + | {{Team:ITESM-CEM/CSS}} |
+ | |||
+ | <html> | ||
<head> | <head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
- | <title>TEC-CEM | + | |
+ | <style type="text/css"> | ||
+ | |||
+ | .marginFix { | ||
+ | position: fixed; | ||
+ | top: 0px; | ||
+ | left: 0px; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | margin-top: 0px; | ||
+ | margin-bottom: 0px; | ||
+ | margin-right: 0px; | ||
+ | margin-left: 0px; | ||
+ | } | ||
+ | |||
+ | p { | ||
+ | text-indent: 0; | ||
+ | padding-top: 0px; | ||
+ | padding-right: 0px; | ||
+ | padding-bottom: 0px; | ||
+ | padding-left: 0px; | ||
+ | } | ||
+ | |||
+ | #top-section { | ||
+ | background-color: transparent; | ||
+ | transition: top 0.2s, ease-out; | ||
+ | transition-delay: 0.5s; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <title>TEC-CEM Plasmenu</title> | ||
</head> | </head> | ||
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> | <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> | ||
- | <img src="https://static.igem.org/mediawiki/2014/f/f8/ITESMCEM_wiki_section_12.png | + | <div class="marginFix"> |
+ | |||
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2014/f/f8/ITESMCEM_wiki_section_12.png" width="240" height="82" alt=""> | ||
+ | |||
- | < | + | </div> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 00:40, 9 July 2014