I'm new here and this is my first challenge, how did I do? Is there anything I could improve in my code?
Casparas
@termissuesAll comments
- @SonomaeSubmitted about 2 years ago@termissuesPosted about 2 years ago
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 helpful1 -
- @BenjaegleSubmitted about 2 years ago
Hello everyone,
This is my second challenge ! Please give me some feedback !
Thank's a lot !
@termissuesPosted about 2 years agoYou 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!
0