Latest solutions
Latest comments
- @hec-lopz@miguelseguramx
You have a really good solution, it's a really cool animation on mobile! ;3
- @Sudhar611@miguelseguramx
¿Have you try to use an <img> tag and give it the svg on the src attribute?
- @ksenius@miguelseguramx
The animations are really cool!
- @DannyBrito@miguelseguramx
You have a really well organized JS, what if you could achive the same effect with only Css???
Check my solution: https://www.frontendmentor.io/solutions/article-preview-without-js-using-checkbox-GRi3wnWXJ
You could improve it because my social media container it's weird when the page is loading
- @TiaraOluwanimi@miguelseguramx
You create the progress bar and the circle with two ::after elements
I would be better if you create a span element to make the progress bar and a span::after to the circle.
This way the circle would always follow the progress bar.
- @Ranveer251@miguelseguramx
To achive the effect on the icons you can use :hover https://www.w3schools.com/csSref/sel_hover.asp
And maybe the css property: filter https://www.w3schools.com/CSSref/css3_pr_filter.asp