Design comparison
SolutionDesign
Solution retrospective
changes made for responsive . suggestions are welcomed
Community feedback
- @vytkuklysPosted almost 4 years ago
Hi, Mansi, Good job on yet another coding challenge! Here are a couple of small little tips and suggestions for further exploration.
-What really is a fundamental part of developing is media queries. Which is something that could make your websites responsive to different screen sizes. Be it phone or laptop. Media queries helps us to adjust to that
-Inline styling isn't typically advisable but if you choose to use it as you did on your challenge, the correct syntax would be: style="font-size: 18px;"
- Lastly, border-radius: 5%; and border-radius: 5px; produce subtly different results. You could try these out to see which way of setting values is more suitable for you
Hope this helps, best of luck!
4
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