You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reverse the order in 992px size. Apply to child grid.
Apply to parent div or container
.grid-l-reverse ,.grid-md-reverse
Reverse the order in 768px size. Apply to child grid.
Apply to parent div or container
.grid-m-reverse ,.grid-sm-reverse
Reverse the order in 480px size. Apply to child grid.
Apply to parent div or container
.grid-top
Aligns the grid items to be at top
Apply to parent div or container
.grid-bottom
Aligns the grid items to be at top
Apply to parent div or container
Grid Responsive Overide
CSS
Grid Behavior
Application
.grid-md-1
Overide to 1 space in tablet
Apply to parent div or container
.grid-md-2
Overide to 2 space in tablet
Apply to parent div or container
.grid-md-3
Overide to 3 space in tablet
Apply to parent div or container
.grid-md-4
Overide to 4 space in tablet
Apply to parent div or container
.grid-sm-1
Overide to 1 space in mobile
Apply to parent div or container
.grid-sm-2
Overide to 2 space in mobile
Apply to parent div or container
.grid-sm-3
Overide to 3 space in mobile
Apply to parent div or container
.grid-sm-4
Overide to 4 space in mobile
Apply to parent div or container
Applying Gap in Grid
CSS
Grid Behavior
Application
.gap-xs
Creates gap of 16px
Apply to same div as .grid class is applied
.gap-s
Creates gap of 24px
Apply to same div as .grid class is applied
.gap-m
Creates gap of 32px
Apply to same div as .grid class is applied
.gap-l
Creates gap of 48px
Apply to same div as .grid class is applied
.gap-xl
Creates gap of 64px
Apply to same div as .grid class is applied
Font Size
Font size is determined by 16px, 8 pt system and Geometric Pattern. Applied to any text
Default Font Classes
CSS
Calculated Size
.text-xxxl
120px
h1, .text-xxl
80px
h2, .text-xl
54px
h3, .text-l
36px
h4, .text-m
24px
.text-body
18px
h5, h6, .text-s
16px
.text-xs
12px
h1 h2 h3 default line height: 1em, letter spacing: -0.025
Text Classes
CSS
what it does
.text-larger
current font size x2
.text-smaller
current font size x 0.875
.text-lighter
font text weight 100
.text-light
font text weight 200
.text-bold
font text weight 700
.text-bolder
font text weight 900
.text-italic
font text italic
.text-oblique
font text oblique
.text-underline
font text underline
.text-underline-wavy
font text underline
.text-underline-dotted
font text underline-dotted
.text-underline-double
font text underline-double
.text-underline-dashed
font text underline-dashed
.text-overline
font text overline
.text-line-through
font text line-through
.text-uppercase
font text uppercase
.text-lowercase
font text lowercase
.text-capitalize
font text capitalize
.text-left
font text left align
.text-center
font text center align
.text-right
font text right align
.text-justify
font text justify aling
.text-none
font text decoration-none
Text Color
CSS
what it does
.primary
change color to primary
.primary-off
change color to primary
.secondary
change color to secondary
.secondary-off
change color to secondary
.accent
change color to accent
.accent-off
change color to accent
.base
change color to base
.white
change color to white
.grey
change color to grey
.grey-dark
change color to grey-dark
.grey-mid
change color to grey-mid
.grey-light
change color to grey-light
.black
change color to black
.body-color
change color to body-color.
.body-offset
change color to body-offset
Colors Explained
Color Code Name
Description
Primary
it should be the color you want people to remember you by
Secondary
complementing colors the primary
Accent
Complete opposite to the primary colors
Base
The main website background color
Grey
Use as logically possible
Body color
Main text color
Body Off
Use it for lesser importance
Auto Spacing Vertical Elements
Apply at Div. Don't apply it to section. All elements in Div (child) is subjected to space. Similar name: Owl system
CSS
What it does
.space-v-s
adds margin top child 16px
.space-v-s
adds margin top child 16px 24px
.space-v-m
adds margin top child 24px 32px
.space-v-l
adds margin top child 32px 48px
.space-v-xl
adds margin top child 48px 64px
Auto Spacing Horizontal Elements
Use if for inline elemental level (tiny details). Apply at Div. Don't apply to section and grids. All elements in Div (child) is subjected to space. Similar name: Owl system
CSS
What it does
.space-h-xs
adds margin left child 16 px
.space-h-s
adds margin left child 16 px 24px
.space-h-m
adds margin left child 24px 32px
.space-h-l
adds margin left child 32px 48px
.space-h-xl
adds margin left child 48px 64px
Width and Card
This can be applied to Divs. Based on 12 grid, 112px per column minus 32px. To be used as main container.
CSS
What it does
.width-xs, .width-2
Size of 2 columns, 192px
.width-s, .width-25, .width-3
Size of 3 columns, 304px (25%)
.width-m, .width-4
Size of 4 columns, 448px
.width-l, width-50 ,.width-6
Size of 6 columns, 640px (50%)
.width-xl, .width-8
Size of 8 columns, 864px
.width-9
Size of 9 columns,
.width-xxl, .width-10
Size of 10 columns, 1088px
.width-11
Size of 11 columns,
.width-12
Size of 12 columns,
.width-full, .width-100
100% full width
.card
looks like card layoout
For Medium screen (tablet) assumes max 4 columns
CSS
What it does
.width-lg-1
1 of 4 column
.width-lg-2
2 of 4 column
.width-lg-3
3 of 4 column
.width-lg-4
4 of 4 column/ full column
For small screen (mobile) assumes max 4 columns
CSS
What it does
.width-sm-1
1 of 4 column
.width-sm-2
2 of 4 column
.width-sm-3
3 of 4 column
.width-sm-4
4 of 4 column/ full column
Div Padding
Padding All
This add padding all around div.
CSS
What it does
.pad-xs
adds padding all 12px 16px
.pad-s
adds padding all 16px 24px
.pad-m
adds padding all 24px 32px
.pad-l
adds padding all 32px 48px
.pad-xl
adds padding all 48px 64px
.pad-xxl
adds padding all 48px 96px
.pad-xxxl
adds padding all 48px 120px
Padding Vertical
This add padding top and bottom. (with default left-right 16px)
CSS
What it does
.pad-v-xs
adds padding vertically, top and bottom 12px 16px
.pad-v-s
adds padding vertically, top and bottom 16px 24px
.pad-v-m
adds padding vertically, top and bottom 24px 32px
.pad-v-l,.pad-v
adds padding vertically, top and bottom 32px 48px
.pad-v-xl
adds padding vertically, top and bottom 48px 64px
CSS
What it does
.pad-h-xs
adds padding horizontally, left and right 12px 16px
.pad-h-s, .pad-h
adds padding horizontally, left and right 16px 24px
.pad-h-m
adds padding horizontally, left and right 24px 32px
.pad-h-l
adds padding horizontally, left and right 32px 48px
.pad-h-xl
adds padding horizontally, left and right 48px 64px
You can use variable xs, s, m, l, xl, xxl, xxxl or clamp for example