Design comparison
SolutionDesign
Community feedback
- @MaracaraCarlosPosted 5 months ago
Hello @Tlguner there are some key point to consider in your solution:
-
In
.card
using a<main>
element instead of a<div>
element this reinforces the semantics in your code. -
You should try to have a consistent padding around the letter
-
To center
.card
you can apply this class to the body.display: flex; justify-content: center; align-items: center;
You can read this article for more information. Semantic HTML5 Elements Explained
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