roobie
Version:
A collection of CSS classes to keep you writing business logic in your HTML. Easily build maintainable web & mobile applications with 100s of pre-built CSS classes at your fingertips.
1 lines • 2.63 kB
CSS
.aln-cnt-center{align-content:center}.aln-cnt-between{align-content:space-between}.aln-cnt-around{align-content:space-around}.aln-cnt-start{align-content:flex-start}.aln-cnt-end{align-content:flex-end}.aln-cnt-base{align-content:baseline}.aln-cnt-stretch{align-content:stretch}.aln-center{align-items:center}.aln-between{align-items:space-between}.aln-around{align-items:space-around}.aln-start{align-items:flex-start}.aln-end{align-items:flex-end}.aln-base{align-items:baseline}.aln-stretch{align-items:stretch}.aln-self-center{align-self:center}.aln-self-between{align-self:space-between}.aln-self-around{align-self:space-around}.aln-self-start{align-self:flex-start}.aln-self-end{align-self:flex-end}.aln-self-base{align-self:baseline}.aln-self-stretch{align-self:stretch}.center{justify-content:center;align-items:center}.div10,.div100,.div20,.div25,.div33,.div40,.div50,.div60,.div66,.div75,.div80,.div90,.diva{height:auto;padding:var(--pad2)}.diva{width:auto}.div10{width:10%}.div20{width:20%}.div25{width:25%}.div33{width:33.33%}.div40{width:40%}.div50{width:50%}.div60{width:60%}.div66{width:66.66%}.div75{width:75%}.div80{width:80%}.div90{width:90%}.div100{width:100%}.div{width:100%;height:auto}.col{display:flex;flex-direction:column}.colr{display:flex;flex-direction:column-reverse}.row{display:flex;flex-direction:row}.rowr{display:flex;flex-direction:row-reverse}.show{display:inline-flex}.hide{display:none}.flx{display:flex}.grid{display:grid}.blk{display:block}.inl{display:inline}.inl-blk{display:inline-block}.inl-flx{display:inline-flex}.wrp{flex-wrap:wrap}.wrpr{flex-wrap:wrap-reverse}.wrp0{flex-wrap:nowrap}.fltl{float:left}.fltr{float:right}.flt0{float:none}.flti{float:inherit}.hta{height:auto}.ht10{height:10%}.ht20{height:20%}.ht25{height:25%}.ht33{height:33.33%}.ht40{height:40%}.ht50{height:50%}.ht60{height:60%}.ht66{height:66.66%}.ht75{height:75%}.ht80{height:80%}.ht90{height:90%}.ht,.ht100{height:100%}.jst-center{justify-content:center}.jst-between{justify-content:space-between}.jst-around{justify-content:space-around}.jst-start{justify-content:flex-start}.jst-end{justify-content:flex-end}.jst-base{justify-content:baseline}.jst-stretch{justify-content:stretch}.order-first{order:-1}.sticky{position:sticky}.fixed{position:fixed}.relative{position:relative}.absolute{position:absolute}.static{position:static}