Skip to content

Instantly share code, notes, and snippets.

@ralfting
Created October 11, 2019 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralfting/242820bdd1b8b74a195a2cda74a36fdb to your computer and use it in GitHub Desktop.
Save ralfting/242820bdd1b8b74a195a2cda74a36fdb to your computer and use it in GitHub Desktop.
.declaration-order {
/* Positioning */
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
/* Box Model */
display: block;
float: right;
width: 100px;
height: 100px;
margin: 10px;
padding: 10px;
/* Typography */
color: #888;
font: normal 16px Helvetica, sans-serif;
line-height: 1.3;
text-align: center;
/* Visual */
background-color: #eee;
border: 1px solid #888;
border-radius: 4px;
opacity: 1;
/* Animation */
transition: all 1s;
/* Misc */
user-select: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment