Код: Выделить всё
.box {
background-color: aquamarine;
width: 300px;
height: 300px;
display: flex;
justify-content: center; /* doesn't center */
/* text-align: center; */ /* this will center */
}< /code>
Hello I'm Here lets go
Подробнее здесь: https://stackoverflow.com/questions/797 ... ering-text