Skip to content

Instantly share code, notes, and snippets.

@bohman
Created January 8, 2016 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bohman/00c5b4d6b195e3d3b7fb to your computer and use it in GitHub Desktop.
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
.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