Units in CSS

Units are of below types.
  • px - pixels - There are 96 pixels per inch
  • vw - Relative to Viewport Width
  • vh - Relative to Viewport Height
  • vmin - Relative to viewport's smaller dimension
  • vmax - Relative to viewport's larger dimension
  • Percentage - Relative to parent
  • em - Relative to the font size of parent element
  • rem - Relative to the font size of root element

Web development and Automation testing

solutions delivered!!