Bookmark Streamline Icon: https://streamlinehq.com
Chapter 1
Circle Clock Streamline Icon: https://streamlinehq.com
3 Mins
Feedback

Anatomy

Pages

Each of our projects pages typically contain the following ingredients and follow the structure below.

Name
Description
Global
The Global symbol contains the websites custom code (Webflow CSS resets etc)
Page wrapper
This div is useful to have when applying load interactions & page transitions.
Nav wrapper
This div contains your navbar component. This method allows the ability to position it fixed, absolute or sticky on different pages.
Main wrapper
Page specific content is placed inside this wrapper. This structure allows for sticky footer designs and other page transitions.
Section
Place your page components inside section divs
Container
Place your contained components inside this div
Components

Below you can find an example of a card component. It gives you a high-level overview of the different names we use for child elements. Of course different structures apply depending on the component type (More examples coming soon).

Reference #
Name
1
.card header
2
.card body
3
.card footer
4
.card visual
5
.card title
6
.card desc
7
.card link