Created
June 29, 2022 06:52
-
-
Save otabekoff/becca4d50bcef8489724d928812eec87 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
.container { | |
border: 1px solid #333; | |
height: 40px; | |
width: 400px; | |
} | |
.center { | |
display: table; | |
height: 100%; | |
width: 100%; | |
} | |
.center > span { | |
display: table-cell; | |
text-align: center; | |
text-align: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment