Submitted about 2 years ago
Responsive Easybank Landing Page using HTML, CSS, ReactJS
@shabrina12
Design comparison
SolutionDesign
Community feedback
- @denieldenPosted about 2 years ago
Hello Shabrina, You have done a good work! š
Some little tips to improve your code:
- add
header
tag and wrap the navbar to improve the Accessibility - add
main
tag and wrap the main page content to improve the Accessibility - add
footer
tag and wrap the footer of page to improve the Accessibility - use
article
tag instead of a simplediv
to the container of article to improve the Accessibility - add descriptive text in the
alt
attribute of the images not img for all - add
transition
on the element with hover effect - instead of using
px
use relative units of measurement likerem
-> read here
Keep learning how to code with your amazing solutions to challenges.
Hope this help š and Happy coding!
Marked as helpful0@denieldenPosted about 2 years ago@shabrina12 You are welcome and keep it up :)
0 - add
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