Design comparison
Solution retrospective
Hi there ππΌ, Iβm Dribbz and this is my solution for this challenge. π
π οΈ Built With:
β‘οΈHTML5 β‘οΈVanilla CSS
The measurments between elements could've been more accurate i am trying to work on my semantic HTML / accesibility if you have any tips for me would be greatππΌ
Thank you !βοΈ
Community feedback
- @fernandolapazPosted over 1 year ago
Hi Dribbz, just a couple of little tips in case you want to take a look:
- If you use
padding
instead ofmargin
for the<body>
it will avoid the vertical scrollbar you currently have.
- And if you want to remove the empty space below the image between 600 and 605px (I guess you didn't even see it) you could do it by giving it a
height: 100%
.
- Regarding your comment, I personally don't see any problem in terms of semantics/accessibility. ππ»
I hope itβs useful, nice solution : )
Regards,
Marked as helpful1@DribbzPosted over 1 year ago@fernandolapaz Hi Fer, honestly your comments were straight forward and extremly useful i fixed what you have pointed out to me and it fixed all the problems thanks a lot bro
1 - If you use
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