Difference between revisions of "Team:TU Darmstadt/Templates/CSS"
Line 49: | Line 49: | ||
/* Creates a container that will wrap all of the content inside your wiki pages. */ | /* Creates a container that will wrap all of the content inside your wiki pages. */ | ||
#mainContainer { | #mainContainer { | ||
+ | position: relative; | ||
+ | height: 100%; | ||
width: 980px; | width: 980px; | ||
margin: 0 auto; | margin: 0 auto; | ||
Line 308: | Line 310: | ||
#footerBG{ | #footerBG{ | ||
− | position: | + | position: absolute; |
− | bottom: | + | bottom: 30px; |
left: 0px; | left: 0px; | ||
width:100%; | width:100%; | ||
Line 345: | Line 347: | ||
{{:Team:TU_Darmstadt/Templates/SideBarMenu}} | {{:Team:TU_Darmstadt/Templates/SideBarMenu}} | ||
<html> | <html> | ||
+ | <div id="footerBG"> | ||
+ | <hr> | ||
+ | Hallo | ||
+ | </div> | ||
<div id="contentContainer"> | <div id="contentContainer"> | ||
</html> | </html> |
Revision as of 21:05, 18 September 2015