CSS helper classes

CSS helper classes

  • full-wh : Class apply full width and height of any absolute block
  • txt-upper : Class make all text in uppercase
  • txt-lower : Class make all text in lowercase
  • txt-capi : Class make all text in capitalize
  • cm-item : Class make object center middle using transform CSS3 property
  • vm-item : Class make object vertical middle using transform CSS3 property
  • align-r : Class apply text align right
  • align-c : Class apply text align center
  • pd-tb-10 class apply top and bottom padding with 10px. Same as you can apply padding range 10 to 100. Example : pd-tb-20, pd-tb-30, pd-tb-40 …
  • mr-tb-10 class apply top and bottom margin with 10px. Same as you can apply margin range 10 to 100. Example : mr-tb-20, mr-tb-30, mr-tb-40 …
  • mr-t-10 class apply only top margin with 10px. Same as you can apply margin range 10 to 100. Example : mr-t-20, mr-t-30, mr-t-40 …
  • mr-b-10 class apply only bottom margin with 10px. Same as you can apply margin range 10 to 100. Example : mr-b-20, mr-b-30, mr-b-40 …
  • w-100 Class apply full 100% of width, w-75 Class apply 75% of width and w-50 apply 50% of width.

Related Articles