Created
January 26, 2012 07:53
-
-
Save shabunc/1681596 to your computer and use it in GitHub Desktop.
Untitled
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
| .boxA { | |
| width: 40px; | |
| height: 20px; | |
| background: pink; | |
| background: red; | |
| position: relative; | |
| } | |
| .boxA::before { | |
| border: 1px solid black; | |
| display: 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; | |
| } |
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
| <!-- content to be placed inside <body>…</body> --> | |
| <div> | |
| dddds | |
| ds | |
| d | |
| sdf | |
| dsf | |
| sd | |
| f | |
| sd | |
| f | |
| sdf | |
| </div> | |
| <div class="boxA" id="replicate"> | |
| XXX | |
| </div> |
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-vertical","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment