DACIA Sandero Landing page, check it out!

Hello,
I chose to do a landing page for this car, since it’s really popular here in my country (Morocco).
The prices are not the real thing tho, probably in Britain not sure.
Also I think I might have some unnecessary Css code, probably…i am not sure.

so here is the my Codepen:
Click here

looking forward for your help.

Looks really good on desktop.
Could use a little more work to make it fit iPhones 5 through X, Galaxy and Pixel.
Also, that yellowish color for the ‘select’ buttons throws everything off for me.

yeah I think it need work on those too, the buttons get messed up on mobile,
what color do you think is better for the select buttons?
i can’t seem to find and good color, and i don’t want everything to e blue.

That’s a good question. Something two-toned, maybe mauve and silver…

.pricing div button {
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #b785a7;
  color: white;
  border: 2px silver solid;
  border-radius: 3px;
}
1 Like