Skip to content

Instantly share code, notes, and snippets.

@cahnory
Created January 8, 2015 11:05
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 cahnory/3a5d6a824b615ec26002 to your computer and use it in GitHub Desktop.
Save cahnory/3a5d6a824b615ec26002 to your computer and use it in GitHub Desktop.
Ordering CSS properties
.ordering {
background: black;
color: white;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
text-align: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment