Used CSS flex-box and custom CSS.

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Oreolis
Hey, nice job and good effort! 👌
Visibly quite similar to the design provided.
If I may, I would just suggest a few minor improvements:
- Remove the styling from HTML. Create a separate CSS file and move changes there
- Avoid using/mixing px and rems. I would always suggest to use rem/em.
- Consider using BEM methodology (block__element--modifier)
- You should not write alt='' with -, _ or other symbols.
Other than that, great job and keep up with good work. 💪🙂
Join 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