Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
greyish blue background color.couldn't be done.
Community feedback
- @Zy8712Posted 8 months ago
Hi there! Your site looks pretty good.
The only thing I'd change is how you centered your card. Instead of making a container with 98vh, I would suggest something like:
body{ display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; background-color: hsl(212, 45%, 89%); }
Hope yuo find this feedback useful 👍
Marked as helpful0@Litheesh-kumarPosted 7 months ago@Zy8712 Thanks for the suggestion! . I'll definitely give that a try and see how it improves the layout.
0 - @MtrxxoPosted 8 months ago
Hello, the background color for the page is hsl(212, 45%, 89%)
Other than that... You did well
Happy Coding😊✨
Marked as helpful0@Litheesh-kumarPosted 7 months ago@Mtrxxo Thank you for the compliment! I've noted the background color change to hsl(212, 45%, 89%).Happy coding to you too!😊✨
0
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