Skip to content

Instantly share code, notes, and snippets.

@shabunc
Created January 25, 2012 15:09
Show Gist options
  • Select an option

  • Save shabunc/1676697 to your computer and use it in GitHub Desktop.

Select an option

Save shabunc/1676697 to your computer and use it in GitHub Desktop.
Untitled
.boxA {
width: 40px;
height: 20px;
background: pink;
background: red;
}
.boxA::before {
border: 1px solid black;
display: inline-block;
background: green;
height: 100px;
width: 100px;
top: 0px;
left: 0px;
position: absolute;
content: "безумный vertical-align";
background: lightyellow -moz-element(#replicate) no-repeat center center;
}
<!-- content to be placed inside <body>…</body> -->
<div class="boxA" id="replicate">
XXX
</div>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment