Skip to content

Instantly share code, notes, and snippets.

@SnippLeaf
Last active July 31, 2017 07:57
Show Gist options
  • Save SnippLeaf/e87bd28f28f24a2d43b7cc9a2e1aae8c to your computer and use it in GitHub Desktop.
Save SnippLeaf/e87bd28f28f24a2d43b7cc9a2e1aae8c to your computer and use it in GitHub Desktop.
body {
background:pink;
}
body::after {
display: block;
position: absolute;
top: 0;
right: 0;
padding: 0.5em;
background: red;
color: #fff;
font-size: 0.7em;
font-family: Courier;
content: "Remote CSS";
opacity: 0.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment