Skip to main content

All Questions

Tagged with
2 votes
1 answer
306 views

SVG circle animation on hover doesn't work

Atm im trying to recreate the SVG circle animation when you hover over the navigation menu buttons as shown on this site: https://5scontent.com/. On my site the circle appears when refreshing and ...
Andreas Dahl Trankjær's user avatar
1 vote
1 answer
644 views

Inconsistent hover state for SVG circle when using different positions

First of all I'm new to front end coding so excuse the obvious (if the problem is that). I have spent the past couple days trying to work with SVG circles and have had a horrible time doing so. The ...
GHOST-34's user avatar
  • 378
2 votes
3 answers
3k views

Can you create a truly circular SVG button?

I've been at this for days and cannot find any support on the issue. So, I'm creating a main page for my personal website that features circular buttons of varying sizes. Initially I was creating the ...
GHOST-34's user avatar
  • 378
44 votes
11 answers
109k views

Style SVG circle with CSS

So I have my SVG-circle. <svg xmlns="http://www.w3.org/2000/svg" version="1.1"> <circle cx="168" cy="179" r="59" fill="white" /> </svg> I want it to be 120% when one hover the ...
Sebastian's user avatar
  • 517