Design comparison
Solution retrospective
I would be very happy if you could help me with the parts I need to improve. Thank you for your feedback.
Community feedback
- @NaveenGumastePosted over 2 years ago
Hay ! Taha Good Job on challenge
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body
<main class="container"></main>
-> Learn more on accessibility issues
If this comment helps you then pls mark it as helpful!
Have a good day and keep coding π!
Marked as helpful1 - @GitHub-dev12345Posted over 2 years ago
Congratulations on finishing your challenge! π
I have some feedback on this solution:
In Card CSS Code Used this code :- transform: scale(1.0); This property increase & decrease the size of the project. you like large size : increase the scale number. and small size for decrease the scale number.
if my solution has helped you do not forget to mark this as helpful!
0 - Account deleted
Hello there! π
Congratulations on finishing your challenge! π
I have some feedback on this solution:
- Always Use Semantic HTML instead of
div
like<main>
<header>
, etc for more info.
if my solution has helped you do not forget to mark this as helpful!
0@thaykrglPosted over 2 years ago@Old1337 I am using semantic elements when I made larger projects. Because this is a small project I didn't use it. Thanks for your advice.
0 - Always Use Semantic HTML instead of
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