Webflow 101 Crash Course

6
Lessons
Intro
play-circle
Intro
Intro to the designer
play-circle
Intro to the designer
2:48
Intro to HTML & CSS
play-circle
Intro to HTML & CSS
3:38
Web structure
play-circle
Web structure
Intro to the box model
play-circle
Intro to the box model
1:54
Element Hierarchy
play-circle
Element Hierarchy
3:57
Navigator Panel
play-circle
Navigator Panel
2:45
Element basics
play-circle
Element basics
Add Element panel
play-circle
Add Element panel
1:49
Div block
play-circle
Div block
3:37
Components
play-circle
Components

Column

Elements can pass typographic style information down to their children. You can set text styles on parent elements, which will cascade down, and you can override these styles on their child elements. It’s common to use this technique to set global font styles on the Body tag, to align text and other elements inside sections, and to override default link block styles. In this video, we'll show you three examples of how text style cascading works:

  • Style cascading from the body tag
  • Style cascading from the section element
  • Style cascading from the link block

More series