вот так к примеру
Объяснение:
.block {
position: relative;
width: 300px;
height: 300px;
background-color: red;
}
.block:hover {
width: 200px;
height: 200px;
вот так к примеру
Объяснение:
.block {
position: relative;
width: 300px;
height: 300px;
background-color: red;
}
.block:hover {
width: 200px;
height: 200px;
}