Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am proud of learning how to make a div
element ignore the padding of its parent when the screen is resized to a smaller screen using CSS media queries. What I would do differently is making sure at least I can style CSS the right way without having to be mechanical.
I struggled with resizing the image to behave like in the mobile design but I was able figure it out after doing some web searching.
What specific areas of your project would you like help with?I want to understand more about Media Queries, then BEM; I would like to know if my code follows the BEM guidelines
Community feedback
- @sakthivel155Posted 3 months ago
hello brother !
- The Html code very clean easy to read but i saw one unwanted mistake ":</strong> " in your html code line no: 52
- and the subheading line no:49 <li><span>heading</span>text</li> don't need span style separate style like this{color: hsl(30, 10%, 34%); font-weight: bold; } simply use <li><b>heading</b>text</li> just change it's bold and also color was change no need css
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