Webflow 101 Crash Course
6
Lessons
Intro
Intro
Intro to the designer
Intro to the designer
2:48
Intro to HTML & CSS
Intro to HTML & CSS
3:38
Web structure
Web structure
Intro to the box model
Intro to the box model
1:54
Element Hierarchy
Element Hierarchy
3:57
Navigator Panel
Navigator Panel
2:45
Element basics
Element basics
Add Element panel
Add Element panel
1:49
Column
Column
2:21
Div block
Div block
3:37
Components
Components
Forms
Forms
12:16
Navbar
Navbar
9:39
Slider
Slider
6:48
Symbols
Symbols
6:09
Div block
The div block is the most basic and versatile element used in website design and development. To a certain extent, a div block can be whatever you want it to be. For example, buttons, containers, and sections are all just div blocks with extra properties. A div block can also be used to create space or dividers, but the most common use for a div block is to group other elements together. In this video, we'll show you how to:
- Add
- Style
- Nest
- Duplicate Div blocks, plus show you how to use them as spacers (though we don't recommend it).