change over effect on big circles

This commit is contained in:
Jorvents 2023-06-18 00:25:34 +03:00
parent 55a73294d6
commit e520f61295
1 changed files with 6 additions and 4 deletions

View File

@ -91,10 +91,12 @@ a {
}
a:hover {
border-radius: 15%;
/*background: rgb(82, 109, 160);*/
padding: 2.5%;
transition: 250ms;
font: roboto;
font-family: "Roboto";
}
a img:hover {
border: 2px solid white;
}
.features img {