Skip to content

Instantly share code, notes, and snippets.

@logeshpaul
Created November 15, 2017 06:19
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 logeshpaul/8f1d5573e5b7628734451ceb8dcee9c1 to your computer and use it in GitHub Desktop.
Save logeshpaul/8f1d5573e5b7628734451ceb8dcee9c1 to your computer and use it in GitHub Desktop.
Horizontally center aligned fluid absolute container
.flash-notify {
top: 0;
left: 50%;
width: auto;
transform: translateX(-50%);
position: absolute;
padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment