Latest solutions
Latest comments
- @Sonomae@termjs
Hey, congratulations on your first challenge on Frontend Mentor!
-
Your HTML file should have one <main> landmark. It's the same as having content inside a <div> tag, but it's necessary to use this in an easier and more practical way in these kinds of challenges.
-
Your HTML page should contain a level-one heading tag <h1>.
-
Try using the flex-box and center out your card, it's more practical and more officiant.
Marked as helpful -
- @Benjaegle@termjs
You did great,
There is one accessibility issue in your HTML file (lines 15 - 17). Use <h1> tag and some CSS to fix the issue, overall the design looks identical. Great job!