
Solution retrospective
I'm not sure if its fully correct or not
Please log in to post a comment
Log in with GitHubCommunity feedback
- @girldocode
it looks really nice. just apply border-radius to the image.
Marked as helpful - P@Islandstone89
Hi, yes it looks good, but there are a few things you should improve.. :)
HTML:
-
Your markup should have a main element
-
The image needs descriptive alt text.
CSS:
-
It's best practice to link to the fonts in the HTML
<head>
instead of importing it in the CSS. -
Height on the body should be min-height.
-
Remove all fixed widths and heights. You rarely want to set a fixed size.
-
Remove
position: relative
andoverflow: hidden
on the .container
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