Team:Heidelberg/Project/Toolbox
From 2014.igem.org
(Difference between revisions)
Line 18: | Line 18: | ||
{{{body-style}}} | {{{body-style}}} | ||
} | } | ||
+ | |||
+ | #myContainer{ | ||
+ | padding:0; | ||
+ | background-color: black; | ||
+ | background-image: url(/wiki/images/6/6a/Heidelberg_epic_background.jpg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: 100% auto; | ||
+ | } | ||
</style> | </style> | ||
- | <div | + | <div id="myContainer" class="container"> |
{{:Team:Heidelberg/Templates/BootstrapNav| | {{:Team:Heidelberg/Templates/BootstrapNav| | ||
red={{{red|}}}| | red={{{red|}}}| |
Revision as of 12:25, 6 October 2014
{{#tag:html| <style type="text/css">
body {
{{{body-style}}}
}
#footer-box{
{{{body-style}}}
}
- myContainer{
padding:0; background-color: black; background-image: url(/wiki/images/6/6a/Heidelberg_epic_background.jpg); background-repeat: no-repeat; background-size: 100% auto; } </style>