menu-btn

VISPAUI

v1.0 Docs

Utility Classes

VISPA-UI includes an expertly-crafted 28 Utility Classes which you can customize as per your projects requirements, which can make your UI building experience effortless.

              
              
.h-1 {
  font-size: 9.6rem;
  font-weight: 900;
}

.h-2 {
  font-size: 6rem;
  font-weight: 900;
}

.h-3 {
  font-size: 4.8rem;
  font-weight: 700;
}

.h-4 {
  font-size: 3.4rem;
  font-weight: 700;
}

.h-5 {
  font-size: 2.4rem;
  font-weight: 600;
}

.h-6 {
  font-size: 2rem;
  font-weight: 600;
}
            
          
              
              
.bd-1 {
  font-size: 6rem;
  font-weight: 400;
}

.bd-2 {
  font-size: 4.8rem;
  font-weight: 400;
}

.bd-3 {
  font-size: 3.4rem;
  font-weight: 400;
}

.bd-4 {
  font-size: 2.4rem;
  font-weight: 400;
}

.bd-5 {
  font-size: 1.6rem;
  font-weight: 300;
}

.bd-6 {
  font-size: 0.8rem;
  font-weight: 300;
}
            
          
              
              
.st-1 {
  font-size: 1.6rem;
  font-weight: 700;
}

.st-2 {
  font-size: 1.4rem;
  font-weight: 700;
}
            
          
              
              
.cp {
  color: #818181;
  font-size: 1.2rem;
  font-weight: 300;
}
            
          
              
              
.txt-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
            
          
              
              
.icon-xs {
  height: 12px;
  width: 12px;
}

.icon-sm {
  height: 15px;
  width: 15px;
}

.icon-md {
  height: 20px;
  width: 20px;
}

.icon-lg {
  height: 25px;
  width: 25px;
}

.icon-xl {
  height: 35px;
  width: 35px;
}