Design comparison
Solution retrospective
This is my first challenge on frontendmentor.io. I have made it with pure HTML & CSS only. Please give me your feedback to help me to improve myself and become a better programmer.
Community feedback
- @EdgarBadilloPosted over 3 years ago
Nice jobs.
My (personals) advice:
-- Try to use only flexbox on this exercise, because, on ipad resolution, you 3 cards do not fit on your container. (resolution 768 x 1024 px).
--If you are using <div class="container"> you dont need this div. <div class="parent"> is not a big change but you will use less line.
--resently, i have been using BEM methodology (BEM — Block Element Modifier is a methodology that helps you to create reusable components and code sharing in front-end development). some people like it another one no, but in my experience this helpme to organice better my classes on css.
Keep training. Sorry for my english.
Marked as helpful1 - @dewslysePosted over 3 years ago
Congrats on your first submission. It is well done.
Rather than use
div
s throughout your html, you could use sectioning elements likeheader
,main
,footer
, etc.Wrapping your main content in a
main
tag will help address accessibility issues.Marked as helpful1 - @afrusselPosted over 3 years ago
Hi, nice work brother 😊. The way you solve this is good. Responsive view also working well. Just one suggestion, for
font-size
userem
notpx
.Happy coding
Marked as helpful1
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