Skip to content

Instantly share code, notes, and snippets.

@AlexArchive
Created February 6, 2015 21:50
Show Gist options
  • Save AlexArchive/d26ae04f5afdee9929d7 to your computer and use it in GitHub Desktop.
Save AlexArchive/d26ae04f5afdee9929d7 to your computer and use it in GitHub Desktop.
#header {
margin-top: 30px;
}
#header:before {
background-color: red;
content: "What an awful hack indeed.";
color: white;
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment