Responsive Product preview card component with HTML,CSS
Design comparison
Community feedback
- @mortalcodePosted about 1 year ago
Hey Surya Prakash Singh, Great job with your code, you just have to fix you media queries the rest will work as you intended. for example="@media only screen and (min-width: 1px) and (max-width: 720px) {}"
Secondly, you don't have to specify the all the properties as by default the are "normal", you only specify or target them when you want to change it, example as follows, (your code)
.hero-content button { font-family: Montserrat; font-size: 14px; font-style: normal; <-- font-weight: 700; line-height: normal; <-- } hope you find this helpful happy coding!
Marked as helpful1@suryathinkPosted about 1 year ago@mortalcode Hey Thank You for the Feedback.
Working on Changes you Suggested.
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