DEV Community

Saravanan Cn
Saravanan Cn

Posted on

Day 3 of My Web Development Journey: Media Queries, Hover & Forms 🚀

Today is Day 3 of my web development learning journey.

Today I learned some useful CSS and HTML concepts that help make webpages interactive and responsive.

@media` queries — used to make webpages responsive on different screen sizes.

  • Navigation bar — learned more about creating and styling navigation menus.
  • :hover — used to change the appearance of an element when the mouse pointer is over it.
  • Checkbox — used when users can select multiple options.
  • Radio button — used when users need to select one option from a group.

Top comments (0)