Код: Выделить всё
example
text that should be in the middle
код> посередине. Мой CSS выглядит так:
Код: Выделить всё
html, body{
height:100%;
}
.home-container{
width: 100%;
height: 100%;
background-color: rgba(139,0,0,0.4);
}
.home-row{
vertical-align: middle;
}
Код: Выделить всё
.home-container{
width: 100%;
height: 100%;
background-color: rgba(139,0,0,0.4);
align-items: center;
display: flex;
}
Подробнее здесь: https://stackoverflow.com/questions/383 ... ut-flexbox