CSS: centered text

This commit is contained in:
DarkCat09 2023-08-21 18:36:05 +04:00
parent 77058ede74
commit e106509c45
No known key found for this signature in database
GPG Key ID: 0A26CD5B3345D6E3

View File

@ -2,6 +2,7 @@ main {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
h1 {