Sunnyside agency landing page using HTML, CSS and JS

Solution retrospective
how do i give the 'learn more' links better underline? i cant seem to find out how to give them the thick underline like the design has. any other feedback is appreciated
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ChamuMutezva
- use semantic elements where possible.
<div class="ham"><img src="images/icon-hamburger.svg" alt=""></div>
.This div will not be available to assistive technology users in its current state, it will require some more lines of code . The div and image are acting as a button to toggle the menu. About, projects, contact, services
, they should be anchor elements.- site is responsive, good job
Marked as helpful - use semantic elements where possible.
Join 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