Design comparison
SolutionDesign
Solution retrospective
Hello, this is my first project, i would apreciate if you have any suggestions to make the code better. Thanks!!!
Community feedback
- @tl-lucasestevamPosted about 3 years ago
Congratulations to complete your first project, you can center all content by putting the following CSS on the body:
min-height: 100vh; display: flex; justify-content: center; align-items: center;
Apart from that and what Patrick already said, I think your project is perfect!
0 - @palgrammingPosted about 3 years ago
This should help you to apply the main background image to the
body
tag in the challenge https://www.w3schools.com/cssref/css3_pr_background.asp0
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