- Page 2 of 2
- 1
- 2
html, body { margin:0; padding:0; height:100%; min-heigth:2000px; overflow-x: hidden; text-align:center; background-color:#333333; display:block; width:100%; } .center { margin:0 auto; text-align:left; width:100%; } @import url('https://fonts.googleapis.com/css?family=Maven+Pro'); @font-face {font-family:'Maven Pro', sans-serif; } #container { position:relative; min-height:100%; display:block; width:85%; margin:0 auto; -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); -goog-ms-box-shadow: 0 0 20px #333333; box-shadow: 0 0 40px rgba(0, 0, 0, 0.6); } #layout { background-color:#444444; padding:10px; padding-bottom:50px; /* Height of the footer */ } @media screen and (max-width:680px) { #layout { padding:10px; padding-bottom:150px; /* Height of the footer */ } }