Submitted about 2 years ago
Full responsive webpreview nft card extreme edition pro twist (NOW WIT
@BielCoelho
Design comparison
SolutionDesign
Community feedback
- @davinceeyPosted about 2 years ago
Hello Gabriel Coelho. Congratulations on finishing this project. Your design is wonderful.
Some little tips to help for improvement:
- I previewed your site and found out that the background-color isn't covering the whole viewport. You might want to use this:
max-width: 100%; display: flex; height: 100vh; background-color: var(--dark-blue-main-bg); justify-content: center; align-items: center; }``` 2. Also you should make use of the `<main>` semantic tag to wrap everything. You should also make use of semantic tags like `<article>` and `<section>` to improve your Accessibility report and SEO structure. 3. In order to aid your design in being responsive, you could make use of the `rem` and `em` units when inputting units for your `font-size`, `width`, and `max-width`. **Hope this helps you. Happy coding!💖**
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