Difference between revisions of "Team:UCL/Playingaround3"
Line 20: | Line 20: | ||
− | html, body {height: 100%; | + | |
+ | html, body { | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | padding:0; | ||
+ | margin:0; | ||
+ | overflow-x:hidden; | ||
+ | } | ||
#bodyContent {height: 100%; } | #bodyContent {height: 100%; } | ||
Line 30: | Line 37: | ||
display: block; | display: block; | ||
position: fixed !important; | position: fixed !important; | ||
− | |||
− | |||
− | |||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
Line 42: | Line 46: | ||
-o-background-size: cover; | -o-background-size: cover; | ||
background-size: cover; | background-size: cover; | ||
+ | -webkit-box-sizing: border-box; | ||
+ | -moz-box-sizing: border-box; | ||
+ | box-sizing: border-box; | ||
} | } |
Revision as of 22:08, 29 June 2015
1
2
3
abstract
why