
Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
Any suggestions are welcome.
Community feedback
- P@Lo-DeckPosted 4 months ago
Hi well done for this challenge,
The
<h1>
need to be used once per page as a main heading, here a link. MDN.Use a
div
when there is no other choices, you can usesection
,article
...like
<div class="card-box work">
to<section class="card-box work">
.and
<main> <section class="card">
to
<main class="card">
You wrap the content twice.
It's easier to start with a mobile-approach FreeCodeCamp.
Marked as helpful1
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