Skip to content

Instantly share code, notes, and snippets.

@alexdmejias
Created May 30, 2012 17:50
Show Gist options
  • Save alexdmejias/2837915 to your computer and use it in GitHub Desktop.
Save alexdmejias/2837915 to your computer and use it in GitHub Desktop.
media query indicator
body::before{
content: "481-767";
font-weight: bold;
display: block;
text-align: center;
background: rgba(255,0,0, 0.5); /* Semi-transparent yellow */
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 99;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment