Template:Team:DTU-Denmark/joro
From 2014.igem.org
(Difference between revisions)
Line 40: | Line 40: | ||
</head> | </head> | ||
<body> | <body> | ||
- | div.wrapper { | + | { |
- | background:url(' | + | background-color: #000000; |
+ | |||
+ | } | ||
+ | |||
+ | div.wrapper { | ||
+ | background:url('back.gif') repeat-y; | ||
position: relative; | position: relative; | ||
width: 1250px; | width: 1250px; | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
+ | |||
+ | } | ||
} | } |
Revision as of 16:08, 25 July 2014
/*Shamelessly stolen from the 2014 Boston team, thank you Boston team!*/
{ background-color: #000000; } div.wrapper { background:url('back.gif') repeat-y; position: relative; width: 1250px; margin-left: auto; margin-right: auto; } }