Skip to content

Instantly share code, notes, and snippets.

@hiloki
Created March 14, 2012 16:05
Show Gist options
  • Save hiloki/2037508 to your computer and use it in GitHub Desktop.
Save hiloki/2037508 to your computer and use it in GitHub Desktop.
Under Development box
.UD {
position: relative;
opacity: 0.3;
&:before {
display: inline-block;
*display: inline;
*zoom: 1;
content: "Under Development";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border: 1px solid red;
padding: 5px;
text-align: center;
color: red;
font-size: 16px;
font-weight: 700;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment