Sunnyside Agency Landing Page using HTML, CSS and JS
Design comparison
Solution retrospective
I learned a lot doing this project. Thinking of re-doing it to fully grasp everything I learned. I have 2 questions though.
-
Is there any way to change the footer logo to green using CSS only? The alternative graphic wasn't included so I'm assuming there is an alternate solution.
-
For blank DIVS with backgrounds, what Aria landmark do I use?
Community feedback
- @seekinfoxPosted about 3 years ago
footer logo is an svg file,
you can change it's color using
svg { path { fill: color; } }
above is scss format. in css it would be
svg > path { fill:color;}
i did not understand the last question so i will skip that. ; p
but you can check my code for this challenge , i have tried hard to maintain and painful process to replace background images for desktop view. XD. but it was a cool learning process.
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord