Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
- Website is fully responsive for all screen sizes, which is cool.
- This time, unlike all my previous projects, at first I broke down the website logic, the state, which components should be created, depend on that state and change accordingly with it. This in turn helped me to speed up the project building process immensely and not to regret wasting too much time on mindless styling. So, after I built the main skeleton, I quickly moved to the next phase, which is adding styles.
- Media queries, they were a bit pain.
- Have you ever wondered how to make images change its color? I did it using filters.
Community feedback
- @MikDra1Posted 3 months ago
In changing the image color there is also another possibility and it is to use svg images. Then we can use the fill property on them 😀😀😀
1@BettoRaitePosted 3 months ago@MikDra1 They do not give svg, but yea, cool idea, mb I convert them to svg and try to use those.
0@MikDra1Posted 3 months ago@BettoRaite
You can get free svg (for your own projects) here:
If this comment was useful please mark it as helpful 💗
Good job and keep going 😁😊😉
0
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