Skip to content

Instantly share code, notes, and snippets.

@vitkarpov
Created December 4, 2015 21:12
Show Gist options
  • Save vitkarpov/ec24163cf295e8c2426f to your computer and use it in GitHub Desktop.
Save vitkarpov/ec24163cf295e8c2426f to your computer and use it in GitHub Desktop.
Untitled
body {
background: lightyellow;
}
.foo {
position: relative;
height: 100px;
}
.foo:before {
content: '';
position: absolute;
left: -9999px;
right: -9999px;
background: red;
height: 100%;
}
<div class="foo"></div>
// alert('Hello world!');
{"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