This is one of my first projects of Web Development. I would like anybody to comment on it. Feel free to give any kind of suggestions. Specifically, I would like to have some suggestions on responsiveness. Please help me to make my code better so I can improve in upcoming projects!
Omar Azzam
@omar-azzam-devAll comments
- @ritam-mishraSubmitted almost 3 years ago@omar-azzam-devPosted almost 3 years ago
Hi Ritam,
You can use main tag instead of div with main class, which is better for accessibility.
resources:
https://www.w3schools.com/accessibility/accessibility_intro.php https://www.w3schools.com/accessibility/accessibility_semantic_elements.php https://developer.mozilla.org/en-US/docs/Web/Accessibility?retiredLocale=ar
Happy Coding ❤️!
Marked as helpful1 - @JeremyBzcSubmitted almost 3 years ago
My second Challenge on this site ;) Of course it's not perfect but I am quite proud of me ! If you have any suggestions that allow myself to improve, I am listening to you ! ( For example: My "cyan filter" isn't optimise because I use padding to fill the space...!
Thanks ;)
@omar-azzam-devPosted almost 3 years agoHi Jeremy, there is no need to make padding and margin 0px for the main tag because that is the default.
I loved your code 💖.
Marked as helpful1