Created
January 13, 2021 04:43
-
-
Save kadsyy/2c959ab18126217abccf26d57f167a5f to your computer and use it in GitHub Desktop.
horizontal center position absolute
This file contains 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
.center { | |
left: 50%; | |
transform: translateX(-50%); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment