Team:Dundee/Notebook
From 2014.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
<html> | <html> | ||
- | < | + | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
+ | |||
+ | <link href="https://2014.igem.org/Team:Dundee/stylesheet?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <link href="https://2014.igem.org/Team:Dundee/bootstrap?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <link href="http://daneden.github.io/animate.css/animate.min.css" rel="stylesheet"> | ||
+ | |||
+ | <link href='http://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'> | ||
+ | |||
+ | <style> | ||
+ | |||
+ | img.bg { | ||
+ | /* Set rules to fill background */ | ||
+ | min-height: 100%; | ||
+ | min-width: 1024px; | ||
+ | |||
+ | /* Set up proportionate scaling */ | ||
+ | width: 100%; | ||
+ | height: auto; | ||
+ | |||
+ | /* Set up positioning */ | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | } | ||
+ | |||
+ | @media screen and (max-width: 1024px){ | ||
+ | img.bg { | ||
+ | left: 50%; | ||
+ | margin-left: -512px; } | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</head> | </head> | ||
+ | |||
+ | |||
+ | <body> | ||
+ | |||
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2014/5/5b/Dundee_test_background.jpg" class="bg"> | ||
+ | |||
<body> | <body> |
Revision as of 10:16, 29 May 2014