Skip to content

Instantly share code, notes, and snippets.

@nextechu
Created January 18, 2014 22:53
Show Gist options
  • Save nextechu/8497939 to your computer and use it in GitHub Desktop.
Save nextechu/8497939 to your computer and use it in GitHub Desktop.
When you specify position:absolute, the element is removed from the document and placed exactly where you tell it to go.
#div-1a {
position:absolute;
top:0;
right:0;
width:200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment