Time Tracking Dashboard

Solution retrospective
Any suggestions are welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Lo-Deck
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 helpful
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