Product landing page feedback(eabuds)

i just finished the landing pageproduct and i would like your feedbacks

2 Likes

Hi @khalil2210 !

I think your page looks good.

A few things.

You need to keep working on responsiveness for smaller devices.
Screen Shot 2021-08-23 at 2.23.37 PM

I would add a cursor pointer to the submit button.

I wouldn’t do inline styles like this

style="padding-top:10px"

I would have all the styles in the css section.

All imgs need alt attributes. It is important.

You have a few errors in your html and css.
Run your html code through the html validator and css codepen analyzer.

Hope that helps!

2 Likes

I agree with @jwilkins.oboe . In addition to that I would like to point out that it will be better from a UX point of view if you could change the layout of the elements on the page including fonts, colour and typography in general. Look into Bootstrap and other CSS frameworks. Or if you want to have your own CSS, then you can refer to their work and work out your own code.
Cheers :+1:t4: :beers:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.