Design comparison
Solution retrospective
Update: Pls help me on how to improve my webpage. I've used Bootstrap since that's my go-to thought-process
Community feedback
- @SamadeenPosted over 2 years ago
Hey!! Cheers 🥂 on completing this challenge.. .
Here are my suggestions..
- You should use <main class="card"> instead of <div class="card">.
- Go down orderly when you are using the headings h1 down to h2 down to h3 and so on.
- You can wrap your attribution
<p class="credit">
section in a footer tag to avoid accessibility issues.
This should fix most of your accessibility issues
. Regardless you did amazing... hope you find this useful... Happy coding!!!
0@MuhammedIrshath49Posted over 2 years ago@Samadeen Roger Sir, will improve my code
0 - @DeveloperLucaJPosted over 2 years ago
Hello Muhammed you should not use absolute Units like rem or px. Rather use relative units like vh, vw, vmin or vmax. This will make your page look good on any screen size. Additionally you should remove your inline styles (width on card class) if you have an extra stylesheet. Good luck on your journey
0@MuhammedIrshath49Posted over 2 years ago@DeveloperLucaJ I've already removed due to separation of concerns. Anyways, thanks for the heads up
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