Created
January 8, 2016 13:15
-
-
Save bohman/00c5b4d6b195e3d3b7fb to your computer and use it in GitHub Desktop.
Quick example of what a placeholder class might look like when wireframing a site
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
.placeholder { | |
background-color: #222; | |
padding: 80px 0; | |
text-align: center; | |
color: rgba(255, 255, 255, .4); | |
font-weight: bold; | |
text-transform: uppercase; | |
} | |
.placeholder:after { | |
content: ' (placeholder)'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment