@ghks0201Submitted about 3 years ago
Overall looks okay, but something feels not really right though, any suggestions are welcomed.
Overall looks okay, but something feels not really right though, any suggestions are welcomed.
You need to add background color to the whole body
this will darken the background a bit and a bit of margin-top
is required in desktop view, also spread the shadow on proceed to payment button a bit more and the mobile view looks perfect!
Hey fellow FEDs!
I struggled to implement my background pattern. Does anyone know how I can get the background image to stretch full width (on desktop)? I tried background-size: cover
which did not work. Thank you!
You can use background-size: 100% auto;
for the background to stretch it to the end.