Submitted about 1 year ago
Responsive Result Summary with HTML & CSS
@Franklivania
Design comparison
SolutionDesign
Community feedback
- @anderson-fndzPosted about 1 year ago
tips:
- create a
div.container
and inside it create two morediv
to make it easier to style and make your code better, leave all this inside yourmain
- for the main container, its
main
in this case:
main{ width: 738px; height: 514px; display: flex; border: none; border-radius: 35px; box-shadow: 5px 5px 5px 2px #00000021; }
Marked as helpful1 - create a
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