From e520f6129580c6b5f27020d0b4ef600c9e6e40e6 Mon Sep 17 00:00:00 2001 From: Jorvents Date: Sun, 18 Jun 2023 00:25:34 +0300 Subject: [PATCH] change over effect on big circles --- src/styles.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/styles.css b/src/styles.css index 0e103f8..df67948 100644 --- a/src/styles.css +++ b/src/styles.css @@ -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 {