Design comparison
SolutionDesign
Solution retrospective
Hi Everyone. Just finished my project. it is my First time using SASS. I welcome all corrections
Community feedback
- @Bayoumi-devPosted over 2 years ago
Hey Gideon Chidi, It looks good! but you just need to Contain the components in
<main>
...</main>
tag.All page content should be contained by landmarks
, sothe document should have one main landmark
.
<main id="container" class="flex"> //... </main>
- An
img
element must have analt
attribute, to provide alternative information for an image if a user for some reason cannot view it - I have a suggestion... Add a
cursor: pointer
to buttons, The cursor setting should inform users of the mouse operations that can be performed at the current location. I hope this is useful to you... Keep coding👍
0@gideon-delPosted over 2 years ago@Bayoumi-dev Thanks I really appreciate it. I will do that right now
1
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