Created
July 2, 2013 15:22
-
-
Save kikobr/5910226 to your computer and use it in GitHub Desktop.
Pseudo-elements
This file contains 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
.something:before{ | |
content:""; | |
width:100px; | |
height:100px; | |
display:block; | |
/*position:absolute;*/ | |
background-color:red; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment