Gareth B. Davies
All courses
Graphic DesignDeep diveRated 7/10

Complete Webflow Bootcamp: From Figma Design to Development to Freelancing

By Gareth B. Davies

Arash Ahadzadeh · UI/UX Designer | University Lecturer

All levels695 min
Complete Webflow Bootcamp: From Figma Design to Development to Freelancing thumbnail

A well-paced no-code Webflow walkthrough that quietly becomes a freelance business course by the final third.

New to Skillshare? Your first month is free, enough to take this course at no cost.

From HTML Concepts to a Real Agency Site

The course opens with a deliberate detour through HTML and CSS fundamentals before ever touching the Webflow canvas, and that ordering is one of its smarter choices. Rather than treating Webflow as a black box of drag-and-drop tricks, the instructor walks through what a browser is actually rendering, then reframes the box model as the reason responsive design exists at all. By the time div blocks, sections, and containers show up, the terminology already has meaning: a section groups logically connected content, a div block is for arbitrary alignment and styling, and hierarchy in the layers panel directly mirrors nesting in the DOM. This groundwork pays off once the course moves into building an actual design agency website from scratch, converting a Figma-style layout into a responsive page with a hero section, services grid, testimonials, and a call-to-action block with a working form.

The middle stretch is where the course earns its keep. Typography gets a genuinely thorough treatment, covering line height ratios, letter spacing for all-caps labels, contrast ratio checks against WCAG AAA and AA thresholds, and the payoff move of setting default type styles on a parent div so children inherit them automatically. Grid and Flexbox are used practically rather than explained in the abstract: a three-card services layout gets rebuilt live by switching a div's display mode to grid, trimming rows, adding columns, and adjusting gap values. Combo classes are introduced at the right moment too, when a base class shared across icons threatens to make every icon change simultaneously, and the fix, adding a second class per instance, becomes a recurring pattern for the rest of the build.

Interactions and the Business Layer

The animation lessons are the most technically ambitious part of the course. Building a hero section's entrance animation means setting every element's opacity to zero as an initial state, then constructing a second keyframe that restores opacity to 100 percent while simultaneously moving headings up, sliding the hero image down, and scaling two small cards from 0.8 to full size, all grouped so the effects fire together rather than in a jarring sequence. It is a legitimately useful pattern for anyone who wants Webflow sites to feel less static, and it is taught methodically enough to be replicated on other projects.

The freelancing block at the end is unusually substantive for a design tool course. It covers structuring client meetings around discovery questions, pitching Webflow against WordPress with specific technical arguments like plugin-free clean code and CDN-backed hosting, and the mechanics of project handoff, including whether to bill hosting through Webflow's own billing feature or transfer the project to the client's account outright.

Where the course falls short is depth in the areas it summarizes rather than builds: CMS collections, e-commerce, and custom code integration are named in passing but never form part of the main project, so anyone needing dynamic content workflows will hit a ceiling. The pacing also assumes patience, since some lessons repeat the same action across many nearly identical elements rather than compressing the repetition. Neither issue undermines the core value, but they mark this as a strong foundation course rather than a complete reference for advanced Webflow work.

The standout

The hero-section interaction lesson, where opacity, move, and scale keyframes are grouped into synchronized initial and end states to build a staggered fade-slide-scale entrance without a single line of JavaScript.

What you will learn

  • How the box model, HTML tags, and CSS properties map onto Webflow's div blocks, sections, containers, and the Style Manager
  • Building nested layouts with Flexbox and CSS Grid inside Webflow (services grid, card layouts, responsive breakpoints)
  • Creating and reusing global color swatches, typography classes, and combo classes to keep a design system consistent
  • Building functional forms, nav bars, and CTA sections including custom-styled input fields and buttons
  • Sequencing multi-step scroll and load interactions (opacity, move, and scale keyframes grouped into a fade-and-slide entrance)
  • Pricing freelance projects, pitching Webflow against WordPress to clients, and handing off or hosting finished sites

Best for: UI/UX designers or design-adjacent beginners who want a structured, hands-on path from Figma-style layout thinking to a shippable Webflow site and a freelance pitch.

Skip it if: Anyone who already knows Webflow's interface and wants only advanced CMS, e-commerce, or custom-code integration content, since those topics are barely touched.

Clarity of InstructionEngaging TeacherOrganization of LessonsHelpful Examples