@oknonoSubmitted about 3 years ago
- What is the best way to use SVGs in this context? Especially considering they need to change color in hover in the footer
use inline SVG, then use the fill property in CSS.
if you have any suggestions, feel free to comment.
thanks for the tips. I never tried @mixins before, I need to learn more about Sass. I'll try to update the code after I finish my project. thanks Rayane.
I'm not sure how to get the background circles to move while the screen size changes. I did the positioning for the two sizes only. All help is welcome. Thank you.
I used a grid with 2 columns and 2 rows, then I put the first circle on top-left, then the other circle on bottom-right, but I think analuzcervantes' comment is simpler.