
Submitted 3 months ago
Responsive Order Summary using html and css
@srinivaspenumarthi
Design comparison
SolutionDesign
Community feedback
- @i000oPosted 3 months ago
font-family
is Red Hat Display (click on link in styleguide.md file given to grab from Google Fonts)..second
classbackground-color:
should behsl(225, 100%, 98%);
.- Add
box-shadow
property on Payment button. Use this to help you program its appearance - Box shadow generator. - You might need to add
background-size: 100%
or use valuecover
orcontain
since it cuts off early on the viewport width.
Good job, otherwise!
0@srinivaspenumarthiPosted 3 months ago@i000o Thanks for your constructive feedback.
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