Skip to content

Instantly share code, notes, and snippets.

@sillero
Created March 13, 2012 14:46
Show Gist options
  • Save sillero/2029208 to your computer and use it in GitHub Desktop.
Save sillero/2029208 to your computer and use it in GitHub Desktop.
div float full width
/**
* div float full width
*/
html, body {
background: #f06;
background: linear-gradient(45deg, #00f, yellow);
height:100%;
}
div {
height: 30px;
}
.float {
background: #fff;
width: 100px;
float:left;
}
.fullw {
background: #000;
display: block;
}
<div class="float"></div>
<input class="fullw"/>
{"view":"split-vertical","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment