Common HTML Tags

To style the tag for All H1

H1

To style section header

H2

To stlye smaller titles like H3

H3

Speecht-to-text/Machine translation

H4
Lorem ipsum dolor sit amet
H5
Lorem ipsum dolor sit amet
H6

This is a paragraph.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.

Paragraphs

This is a heavy paragraph.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.

Paragraphs heavy

This is a smaller paragraph.
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.

Paragraphs SMALL

Headline

Block Quote
Link
Text Link
Smaller link
Text small Link
  1. Lorem ipsum
  2. Dolor sit
  3. Amet consectetur
ordered List & List items
Apply gradient to text
Gradient to text
Try For Free
Button primary (use symbol)
Get a live demo
Button secondary (use symbol)

Color

Primary color variants

This color should be displayed most frequently and be used for important actions

Secondary color variants

This color should be applied sparingly to highlight information or add personality

Accent color variants

This color should be applied sparingly to highlight information or add personality

Black color variants

This color should be use for background section

Gray color variants

This color should be used for dropdown, border, Icon and text

White color variants

This color should be used for text.

Succes warning and error

This color should be used to show feedback or status.

White color variants

This color should be applied sparingly to highlight information or add personality
Please find gradient components save in webflow colors and save as gradientname_position

Naming Convention for element

https://webflow.com/blog/class-naming-101-bem

We use the BEM Convention

Block
Define a component

Element
Define a component inside a block
We use __ in front of the element name

Modified
Define the state of a component
We write -- in front of a modified version

Example

.menu --> this is Block
.menu__link --> this is an Element inside the Block
.menu__link--blue --> this is a combo class and a Modifier of the original .menu__link Element

In Webflow's style manager the Blue link would look like this:
.menu__link + .menu__link--blue

Yes, with BEM you write out the name of the original element followed by double hyphen -- and the modifier. Might seem excessive, but it adds a lot of clarity to the code. Even within Webflow.


About title
I set Heading and Paragraph styles using high level tags, like H1, H2, etc. Then I have many different modifiers for each one. Like, h1--white, h1--centred, h1--margin10, etc. Since these aren't combo classes within Webflow, only way to find them is if you remember the name and that gets tricky with 750 classes. With BEM, I just need to type "h1--" and Webflow will show all the modifiers that I've created for h1.

Spacing: Padding and Marging

To manage the separation between Section (div) we privilege the use of padding instead of marging. Because it's easier to see on wich section is apply the spacing.

The style of the tops of the sections is favoured.

Do not delete !

The following form is used to edit the css of the form button
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.