Single price challenge responsive grid media query mobile first
Design comparison
Solution retrospective
This is my solution to this challenge, any feedback is welcome.
Community feedback
- @NaveenGumastePosted over 2 years ago
Hello mariano ! Congo π on completing this challenge
Let's look at some of your issues, shall we:
-
The background color is given in style-guide.md
-
Why us section color is too much light and i know it was not given in style-guide so use color-zilla chrome extension. and you will get the color
-
This is color i used for my solution
--light-cyan: hsl(179, 45%, 52%);
check my solution here if needed
happy Codingπ
Marked as helpful0@marianojugoPosted over 2 years ago@Crazimonk Thanks i didnt know color zilla. its very helpful π
1 -
- @shashreesamuelPosted over 2 years ago
Hey marianojugo good job completing this challenge, keep up the good work
Your solution looks great however I think that the title
Join our community
needs a bit more margin on the top. You can achieve this using themargin-top
property.In terms of your accessibility issues, simply wrap all your content between the semantic
<main>
tag. You can also practice using semantic tag henceforth in your code. You can read more about semantic tags herehttps://www.w3schools.com/html/html5_semantic_elements.asp
I hope this helps
Cheers, Happy coding π
Marked as helpful0 - @kacperkwintaPosted over 2 years ago
Hi! Looks great!
Some tips:
- Page should contain a level-one heading
Marked as helpful0
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