Common Classes

  • full-wh : class used to cover full-width x-height overlay div or background in any section. full-wh class use position absolute so it always dependent on parent tag position relative.
  • no-border : For reset borders.
  • pos-relApply position relative to a tag.
  • pos-absApply position absolute on a tag.
  • l0 Apply left position 0. Generally, apply when element uses absolute position.
  • r0Apply right position 0. Generally, apply when element uses absolute position.
  • list-reset Used to reset ul HTML element.

Related Articles