Html
Код: Выделить всё
[i][/i]
[i][/i]
[i][/i]
Код: Выделить всё
body {
background-color: #333;
font-size: 1.5em;
padding: 0;
}
.buttons {
display: flex;
gap: 25px;
justify-content: center;
align-items: center;
text-align: center;
line-height: 50px;
vertical-align: bottom;
float: center;
}
.button {
padding 5px;
color: black;
height: 50px;
width: 50px;
border: 15px solid #2b2b2b;
background-color: #2b2b2b;
border-radius: 100%;
transition: all ease-in-out 0.5s;
}
Подробнее здесь: https://stackoverflow.com/questions/782 ... s-in-a-div
Мобильная версия