Это H.T.M.L. Документ: < /p>
Код: Выделить всё
#everything
{
margin-left: auto;
margin-right: auto;
width: 700px;
}
#card
{
background-color: transparent;
height: 350px;
width: 700px;
padding-bottom: 10px;
}
.relative_element
{
position: relative;
display: flex;
justify-content: center;
}
.card-inner
{
width: 100%;
height: 100%;
position: relative;
background-color: yellow;
text-align: center;
}
#card-front
{
display: flex;
align-items: center;
position: absolute;
width: 100%;
height: 100%;
border-radius: 25px;
border: 2px solid blue;
justify-content: center;
background-color: white;
color: black;
font-size: 30px;
}
< /code>
Заранее спасибо.
Подробнее здесь: https://stackoverflow.com/questions/797 ... e-and-long
Мобильная версия