Skip to content

Instantly share code, notes, and snippets.

@lmansur
Created September 15, 2016 21:53
Show Gist options
  • Save lmansur/580e4f258320b047bb62725d879d1feb to your computer and use it in GitHub Desktop.
Save lmansur/580e4f258320b047bb62725d879d1feb to your computer and use it in GitHub Desktop.
body:after{
content: "beta";
position: fixed;
width: 80px;
height: 25px;
background: #EE8E4A;
top: 7px;
left: -20px;
text-align: center;
font-size: 13px;
font-family: sans-serif;
text-transform: uppercase;
font-weight: bold;
color: #fff;
line-height: 27px;
-ms-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment