Please review my RWD Project( Product Landing Page)

Hi all…please review my page and do share your views and critiq.
your suggestion either to improve html or css coding will be most welcome.

https://codepen.io/ajay-codepen/pen/OJXKNMK

Hey @a_parekh2006!

I think your project looks good.

Here are my thoughts.

  • For me the, the paragraph text is a little hard to read. Maybe you could increase the font size a little.

  • (Optional) You could add a smooth scroll feature to your page.

html {
  scroll-behavior: smooth;
}
  • The link at the bottom is not that descriptive. Please review the lesson on giving descriptive texts for links.
  • Please do not use inline styles. Keep the css in the css section.
style="border: 2px solid black; box-shadow: 3px 3px 7px rgba(42, 25, 49, 0.9);"

Hope that helps!

Happy coding!

Thanks for your suggestions jwilkins…will do the needful…happy coding.