Responsive Web Design

Articles on how to make elements in your design responsive; when an element is responsive, it will automatically adapt to the available screen width.

  1. How to make Resizable images with HTML and CSS.
  2. Learn how to make responsive HTML videos the right way.
  3. How to use the different units of measurement in HTML and CSS.

About Responsive Design

Responsive designs are more compatible than fixed designs. In general, it is recommended to define the width on elements using a relative length unit such as percentages (%) or wv.

Read: Length units in HTML and CSS