Created
June 13, 2012 13:01
-
-
Save valentin9/2923922 to your computer and use it in GitHub Desktop.
looque
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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 */ | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<div id="wrapper"> | |
</div> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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