Created
June 29, 2022 06:56
-
-
Save otabekoff/a3bcac4a0e5b0a4e144ec88c168e3ddc to your computer and use it in GitHub Desktop.
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
.parent { | |
border: 1px solid #333; | |
height: 250px; | |
position: relative; | |
width: 250px; | |
} | |
.child { | |
left: 50%; | |
position: absolute; | |
top: 50%; | |
transform: translate(-50%, -50%); | |
text-align: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment