Код: Выделить всё
div {
width: 200px;
height: 50px;
background-color: DeepSkyBlue;
}
.scaled {
transform: scale(0.5);
}< /code>
Подробнее здесь: https://stackoverflow.com/questions/794 ... ed-element
Код: Выделить всё
div {
width: 200px;
height: 50px;
background-color: DeepSkyBlue;
}
.scaled {
transform: scale(0.5);
}< /code>