Design comparison
Solution retrospective
how can I make this more interactive with javascript
Community feedback
- @darryncodesPosted over 3 years ago
Hi El-karece,
Great solution, well done!
A few suggestions from me:
-
try adding this to your background:
background-repeat: no-repeat; background-size: 100% auto; background-color: #e0e8ff;
-
remove this
height: 520px;
form yourmain-div
-
and center verything by adding this to your
<body>
styles:min-height: 100vh; justify-content: center; align-items: center;
Marked as helpful0@KareceAPosted over 3 years ago@darryncodes This was helpful thanks, just the 100vh that didn't work for me
0 -
- @trillioncluesPosted about 3 years ago
Hi El-karece,
Great design you've got here. Everything perfectly looks amazing just the shadow on the "Proceed to payment" button, asides that everything seems perfect :-)
0 - @palgrammingPosted over 3 years ago
You should add
background-repeat: no-repeat; background-size: 100vw 40vh;
to the background image on your body tag
0@KareceAPosted over 3 years ago@palgramming thanks for your suggestion this was helpful, the background size conflicted a bit
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