Team:Paris Bettencourt/The Smell Game
From 2014.igem.org
(Difference between revisions)
HenryDeBelly (Talk | contribs) (Replaced content with "{{Team:Paris_Bettencourt/Menu}} <html> <style> </style> <body> <p id=top> <a href="#topheader"><img src="https://static.igem.org/mediawiki/2014/4/41/Arrow.png"> </a> </p> ...") |
HenryDeBelly (Talk | contribs) |
||
Line 3: | Line 3: | ||
<html> | <html> | ||
<style> | <style> | ||
- | + | body { | |
+ | width : 100%; | ||
+ | } | ||
+ | .background { | ||
+ | position : relative; | ||
+ | background : rgb(255,0,99); | ||
+ | } | ||
+ | #topheader { | ||
+ | width : 100%; | ||
+ | height : 300px; | ||
+ | margin-top : 40px; | ||
+ | background-image : url("https://static.igem.org/mediawiki/2014/b/b4/Smellgame.png"); | ||
+ | background-size : cover; | ||
+ | background-color : transparent; | ||
+ | } | ||
+ | #top { | ||
+ | position : fixed; | ||
+ | right : 20px; | ||
+ | bottom : 10px; | ||
+ | width : 25px; | ||
+ | height : 25px; | ||
+ | z-index : 100; | ||
+ | } | ||
+ | #top img { | ||
+ | width : 100%; | ||
+ | height : 100%; | ||
+ | } | ||
+ | #fond { | ||
+ | width : 100% | ||
+ | height : 300px; | ||
+ | background : rgb(225,0,112); | ||
+ | } | ||
</style> | </style> | ||
+ | |||
+ | |||
+ | |||
<body> | <body> |
Revision as of 19:44, 16 October 2014