i need a feedback on this product landing page, i tried to made it as simple as i could,
good constructive feedback
thanks!
i need a feedback on this product landing page, i tried to made it as simple as i could,
good constructive feedback
thanks!
First bit I would suggest you look at, get rid of all the <br/>
all over the place. They were great back in 1996, when we didn’t really have a good mechanism for spacing, but with modern CSS we can do things like padding and margins.
Also, for the scalability of the page, I would recommend using vw
or vh
for type measurement units – on a smaller screen, they’ll shrink properly. I tried with 3.5vh
, looks pretty good.
Overall, it is a good, simple page. I like it.
thank you for your feedback,
will surely make those changes.