Design comparison
SolutionDesign
Solution retrospective
I'm new to html/CSS. Any comments are welcome
Community feedback
- @BadhrikrPosted over 2 years ago
apply
body{ display: flex; justify-content: center; align-items: center; min-height: 100vh; }
for styleUse
footer
tag for class "attributes" instead of div to avoid accessibility issuesUse
<main class="nft-card">
tag instead of<div class="nft-card">
2
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