Design comparison
SolutionDesign
Solution retrospective
Hi comunity! Thats my first try. Did it using just HTML and CSS. Will be happy to read some response. Thx <3
Community feedback
- @MarcusTuliusCiceronPosted over 2 years ago
Hello congrats on this challenged, as mentioned in the accessibility report you can try to wrap your code in a main landmark
Also if you want to be sure that your card is centered here is what you can do:
body { background-color: hsl(212, 45%, 89%); font-family: 'Outfit', sans-serif; font-size: 15px; width: 1440px; min-height: 100vh; text-align: center; margin: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; } .attribution{ display: none; }
Hope this will help :)
Have a good day
Marked as helpful1
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