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 { a:hover {
border-radius: 15%; font: roboto;
/*background: rgb(82, 109, 160);*/ font-family: "Roboto";
padding: 2.5%; }
transition: 250ms;
a img:hover {
border: 2px solid white;
} }
.features img { .features img {