Do not add classes to these elements.
In this section, you want to directly edit HTML tags, so that it will affect all elements on the site without having to use a class.
Start by editing your body
Add your font, change text color and text size
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat.
Lorem ipsum dolor sit amet
What is a color swatch ?
In this section, we want to save our colors to use them on our project later.
We will not use the class, but the color swatches defined.
What are reusable classes ?
In this section, default classes and combo classes are explained.
Here are all the classes that you will be able to use throughout your project.
This class has to be applied on the section element.
Sections are used to structure your content vertically.
The 100vh combo class makes your section fullheight according to the user's viewport dimensions.
Useful for heros or specific sections
Changes the section background color to the primary color defined in your swatches.
Changes the section background color to the secondary color defined in your swatches.
Changes the section background color to a grey color defined in your swatches.
This class has to be applied on the container element.
Containers are used to structure your content horizontally.
This combo class adds flex display to your container, and centers its content horizontally.
This combo class adds flex display to your container, and centers its content vertically.
Can be combined with the centered combo-class.
This class grows your container to 100% of parent's height.
Useful for 100vh sections.
These classes can be applied on grid elements.
Grid layouts are used to structure your content.
(Combo classes are available on all layouts.)
The gapless combo class removes the horizontal & vertical gap.
The gap-small combo class reduces the gap to 16px.
The gap-large combo class enlarges the gap to 64px.
These classes can be applied on div elements.
These classes are used to modify your content layout.
This combo class center your content.
This combo class center your content vertically
This combo class changes the flex direction of your div.
This combo class makes your div 100% of parent's height.
These classes can be applied on any element.
"mb" is for "margin-bottom", which is used to separate elements on your site.
These classes can be applied on a grid or flex container.
"gap" is used to separate the elements inside your container.
These classes can be applied on text elements.
These classes are used to modify your text weight.
If you need other weights like light, medium, semibold... you can add those.
These classes can be applied on text or wrapper elements.
These classes are used to modify your text color.
This class can be applied on any elements
This classe is used to hide an element on your website.
This class can be applied on any elements
This classe is used to hide an element on specific breakpoints