Skip to content

Webflow Basics

Webflow is a no-code tool that allows you to build websites from scratch.
Mastering the basics is essential before moving on to the CMS, animations, or 3D integration.


  • Canvas: central design area.
  • Navigator: element hierarchy (similar to the DOM).
  • Side panels:
    • Add: insert elements (text, images, buttons, containers).
    • Style: classes, margins, paddings, colors, typography.
    • Settings: element-specific parameters.

  • Reusable classes → ensure consistency across the design.
  • States (hover, focused, pressed) → define interactive behaviors.
  • Responsive design: styles cascade from desktop down to mobile (desktop-first approach).

  • Default breakpoints: desktop, tablet, mobile landscape, mobile portrait.
  • Custom breakpoints can be added.
  • Option to “show/hide per device” for adaptive layouts.

Tip

Always check accessibility: provide alt text for images and ensure color contrast meets WCAG standards.