Created
June 14, 2012 22:23
-
-
Save valentin9/2933375 to your computer and use it in GitHub Desktop.
looque
This file contains hidden or 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: 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 */ | |
} | |
.search { | |
margin-top:50px; | |
width:; | |
color:white; | |
padding:5px 7px 7px; | |
font-size: 14px; | |
text-shadow:0 -1px 0px black; | |
} | |
input | |
b{≤≥·˜·˜···˜·˜·hadow »„‰¸˝ˇÁÁÛÓıÌÏ™ÍŇÙÇ◊›‹›˘˛÷—’ÆŒflˆı°∏ذ∏ØÛÁˇ˝¬”#£fi^˜·¯˙˚≥‡ÙÇ◊‹›˘˛‹›¬”“¬“““¬“”“”“”“”“”#£fi\˜·¯˙˚¢¶¶“||¿≠}{|{¢¢¶“¡„: inset 0px 15px 1px rgba(255,255,255,0.3), 3px 3px 5px #f0f0f0; | |
} |
This file contains hidden or 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"> | |
<from> | |
<input type="input"/> | |
<input type="submit" value="los" class="search"></input> | |
</form> | |
</div> | |
</body> | |
</html> |
This file contains hidden or 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":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment