Latest comments
- @markestrada8@Nassim555
Hi Mark! Congratulations on your solution , I suggest to wrap your content in a
main element
and I think you forgot to addalt text
to your images and I also suggest to to useh1
instead ofh3
for the cards title as it's the first and only heading on your page all of these changes are necessary for improving accessibility there's a section on your frontend-mentor's solution page to check accessibility and Html issues . Happy coding.Marked as helpful - @correlucas@Nassim555
Hi , great solution I love your approach especially when u decided to add the dark and light mode to spice it up , one thing though it's preferred to
cursor:pointer;
to show that the toggle is a clickable element.Marked as helpful