Product Landing page: Fourth project

Hey
What do you think of my fourth project?
I have HTML tags also because I usually code on VScode.

It looks good but still need some improvements.

  1. little bit of padding-bottom on select buttons(it will look more neat nd clean).
  2. The header should cover the whole width of the webpage.
  3. Text(select) should be centered in all buttons.

Hello @sayeh92 your page looks good. In addition to what garry said:

  1. The Size of the “regular, rick, your choice” prices, should be adjusted.
  2. The part “privacy, terms,work with us” is not accessible.
    Hope this helps. Congratulations for your project

Your page looks good @sayeh92. Some things to revisit;

  • Run your HTML code through the W3C validator.
    • There are HTML syntax/coding errors you should be aware of and address.
  • Make your page responsive. Remember, the R in RWD stands for Responsive
    • There’s a horizontal scrollbar on smaller screens. Elements are falling out of the container.

When you copy your code to codepen only copy what’s between the body tags.

A suggestion. You don’t have to implement anyone’s suggestions if you don’t want to.
The footer goes across the entire screen. Why not do the same for the nav?