Skip to content

Instantly share code, notes, and snippets.

@Ni55aN
Created June 10, 2018 13:38
Show Gist options
  • Save Ni55aN/cf3d97e263f30a4efc480cb5eb7adbe0 to your computer and use it in GitHub Desktop.
Save Ni55aN/cf3d97e263f30a4efc480cb5eb7adbe0 to your computer and use it in GitHub Desktop.
.alert {
position: absolute;
left: 0;
top: 0;
width: 100%;
background: rgba(255, 30,3, 0.7);
color: white;
padding: 1%;
font-size: 120%;
font-family: monospace;
text-decoration: none;
}
.alert:hover {
color: #ffcccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment