NM
Size: a a a
В
D
KA
background-image: url("windows.jpeg");
width: 100px;
height: 100px;
border-radius: 50%;
margin: auto;
transition: 0.3s;
background-position: center;
ТК
<style>
body{
display: grid;
width: 100vw;
height: 100vh;
}
.window{
justify-self: center;
align-self: center;
background-image: url("windows.jpeg");
width: 100px;
height: 100px;
border-radius: 50%;
margin: auto;
transition: 0.3s;
background-position: center;
}
.window:hover{
width: 150px;
height: 150px;
}
</style>
</head>
<body>
<div class = "window"></div>
</body>
</html>
ТК
BS
<style>
body{
display: grid;
width: 100vw;
height: 100vh;
}
.window{
justify-self: center;
align-self: center;
background-image: url("windows.jpeg");
width: 100px;
height: 100px;
border-radius: 50%;
margin: auto;
transition: 0.3s;
background-position: center;
}
.window:hover{
width: 150px;
height: 150px;
}
</style>
</head>
<body>
<div class = "window"></div>
</body>
</html>
KA
<style>
body{
display: grid;
width: 100vw;
height: 100vh;
}
.window{
justify-self: center;
align-self: center;
background-image: url("windows.jpeg");
width: 100px;
height: 100px;
border-radius: 50%;
margin: auto;
transition: 0.3s;
background-position: center;
}
.window:hover{
width: 150px;
height: 150px;
}
</style>
</head>
<body>
<div class = "window"></div>
</body>
</html>
ТК
ТК
A
KA
ТК
N
NN
v
SB
А
А