Team:TU-Delft/Modeling
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
+ | <html> | ||
+ | <head> | ||
+ | <title>Beautiful Fixed Slide Out Navigation - Codrops</title> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | ||
+ | <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8"/> | ||
+ | </head> | ||
+ | <style> | ||
+ | body{ | ||
+ | background:#fff url(https://static.igem.org/mediawiki/igem.org/2/29/ModelingBG.JPG); | ||
+ | } | ||
+ | .header | ||
+ | { | ||
+ | width:600px; | ||
+ | height:56px; | ||
+ | position:absolute; | ||
+ | top:50%; | ||
+ | left:10px; | ||
+ | background:#fff url(title.png) no-repeat top left; | ||
+ | } | ||
- | + | a.back{ | |
- | + | width:256px; | |
- | + | height:73px; | |
- | + | position:absolute; | |
- | + | bottom:15px; | |
- | + | right:15px; | |
- | + | background:#fff url(codrops_back.png) no-repeat top left; | |
- | + | } | |
- | + | a.dry{ | |
- | + | position:absolute; | |
- | + | bottom:15px; | |
- | + | left:15px; | |
- | < | + | text-align:left; |
- | </ | + | font-size:12px; |
+ | color:#ccc; | ||
+ | text-transform:uppercase; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | </style> | ||
+ | <body> | ||
+ | |||
+ | </body> | ||
</html> | </html> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- |
Revision as of 11:11, 1 September 2012
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">