Skip to content

Instantly share code, notes, and snippets.

@valentin9
Created June 14, 2012 22:23
Show Gist options
  • Save valentin9/2933375 to your computer and use it in GitHub Desktop.
Save valentin9/2933375 to your computer and use it in GitHub Desktop.
looque
/**
* 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;
}​
<html>
<body>
<div id="wrapper">
<from>
<input type="input"/>
<input type="submit" value="los" class="search"></input>
</form>
</div>
</body>
</html>
{"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