Created
November 15, 2017 06:19
-
-
Save logeshpaul/8f1d5573e5b7628734451ceb8dcee9c1 to your computer and use it in GitHub Desktop.
Horizontally center aligned fluid absolute container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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