Skip to content

Instantly share code, notes, and snippets.

@hulufei
Created December 5, 2012 09:30
Show Gist options
  • Save hulufei/4214261 to your computer and use it in GitHub Desktop.
Save hulufei/4214261 to your computer and use it in GitHub Desktop.
Make fixed element relative some elements other than document
.page {
width: 40em;
}
.tip {
position: fixed;
left: 50%;
bottom: 0;
margin-left: 20em; /* $pageWidth / 2*/
}
@hulufei
Copy link
Author

hulufei commented Feb 18, 2014

Duplicate /hulufei/9063571

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment