Skip to content

Instantly share code, notes, and snippets.

@valentin9
Created June 13, 2012 13:01
Show Gist options
  • Save valentin9/2923922 to your computer and use it in GitHub Desktop.
Save valentin9/2923922 to your computer and use it in GitHub Desktop.
looque
/**
* looque
*/
html {
height: 100%;
}
body
{
background: #f06;
background: linear-gradient(90deg, white, #cfcfcf );
height: 100%;
min-height:100%;
background-repeat: no-repeat;
margin: 0;
}
#wrapper {
width:70%;
background-color:#fff;
margin:0 auto;
min-height: 100%; /* Mindesthöhe für moderne Browser */
height:auto !important; /* Important Regel für moderne Browser */
height:100%; /* Mindesthöhe für den IE */
overflow: hidden !important; /* FF Scroll-leiste */
}
<html>
<body>
<div id="wrapper">
</div>
</body>
</html>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment