@NONAlishSubmitted 11 months ago
Chyka
@CrownedTechieAll comments
- @CrownedTechiePosted 11 months ago
I love your work. The layout looks good too. It is necessary to add landmark elements in your document for accessibility, for example,
<main>
,<section>
,<footer>
For your button, I feel it'd make sense to add abutton:hover
rather thanbutton:active
, since the page you worked on is a static page where user interaction doesn't play a significant role, so the use of:active
might be less essential0