Design comparison
Solution retrospective
hi everyone, this is the first solution I made. I'm still struggling with margin, position, and other CSS properties. I don't know if I made it correctly, but I will continue learning. Any feedback would be appreciated. tia
Community feedback
- @thresholdtechPosted about 2 years ago
Hi Zizi, you're right, I can just made it in body, cant I?! I'm too confused btw lol. Thanks for your suggestions! Really appreciate it.
Happy codding!
1 - @zizi-aymanPosted about 2 years ago
Hey, @thresholdtech congratulations on completing this challenge. few notes to consider: you forgot the active status, and try to do all styles in the CSS file, and you repeat font-family: 'Outfit', sans-serif too much you can change it with *{ font-family: 'Outfit', sans-serif; } or replace * with body. I hope this helps.
1 - @nonozaPosted about 2 years ago
Hey you!!! Congratulation on completing the project!!. I love that is responsive too . Just make sure that when adding images, you don't miss the alternative text on your image html tag (<img>) to avoid the warnings when submitting here. Happy coding and Goodluck buddy!!!
1@thresholdtechPosted about 2 years ago@nonoza hi Pretty, thank you so much for your feedback, well-noted dear! I'll make sure to add alt text on my next challenge!
good luck with your learning too :)
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