Template:Team:Marburg/Template:Header
From 2014.igem.org
(Difference between revisions)
Line 243: | Line 243: | ||
height: 100px; | height: 100px; | ||
} | } | ||
+ | |||
+ | #container { border: 1px solid #000; margin: auto; width: 830px; } | ||
+ | #left { background-color: #5E81B1; } | ||
+ | #left_inner { float: left; width: 200px; padding: 5px; } | ||
+ | #right { float: right; width: 620px; background: #B4C4DA; } | ||
+ | #right_inner { float: right; width: 200px; padding: 5px; } | ||
+ | #content { float: left; width: 400px; background: #DFE6EF; padding: 5px; } | ||
+ | .clr { clear: both; } | ||
+ | |||
</style></html> | </style></html> |