Skip to content

Instantly share code, notes, and snippets.

@wpalmer
Created October 20, 2016 16:59
Show Gist options
  • Save wpalmer/57f2a4ef2d24e13d14a7ca067b1de847 to your computer and use it in GitHub Desktop.
Save wpalmer/57f2a4ef2d24e13d14a7ca067b1de847 to your computer and use it in GitHub Desktop.
html::after {
content: "DEVELOPMENT";
text-transform: uppercase;
font-family: monospace;
font-size: 15px;
font-weight: bold;
text-align: center;
color: white;
display: block;
width: 200px;
position: fixed;
top: 0;
right: 0;
margin-top: 30px;
margin-right: -55px;
background-color: RED;
border: 5px solid red;
transform: rotate(45deg);
box-shadow: 0 1px 0 1px rgba(0,0,0,0.1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment