Design comparison
SolutionDesign
Community feedback
- @istealersn-devPosted over 1 year ago
Great efforts, Congratulations!
Few tips to improve the HTML structure and other aspects
- Every page should have at least one
<h1>
, you could replace the first<p>
tag with the required heading - When you use
position: absolute;
, there must be a container/body setup asposition: relative
;. I can understand you've used position to center the card - it can also be done with adding the following code tobody { display: grid; place-items: center; }
Hope this is helpful!
0 - Every page should have at least one
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