Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
That it only took me about 2 days to complete this - I thought it will take me about 4 or 5.
What challenges did you encounter, and how did you overcome them?I had to really focus on how to use Flexbox. Also had to google how to make edges on the image.
What specific areas of your project would you like help with?Flexbox, I do struggle with that.
Community feedback
- @MaracaraCarlosPosted 5 months ago
Hello Dan these are some recommendations:
- Instead of
<div>
you can place<main>
to improve the semantics in the code. - Use rem as the unit of measurement in font-size instead of px.
I leave a couple of articles that may be useful to you. Semantic HTML5 Elements Explained Why font-size must NEVER be in pixels
0 - Instead of
- @AbuSalman143Posted 9 months ago
"class=two" understandable name for a class related to an HTML or CSS element names convey the idea that the class is related to the styling or appearance of an HTML element.
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