Learn HTML Templates

Discover the best HTML templates to speed up your web design work. Get professional designs to give you a head start on your projects.

All HTML Templates content:

  1. How to Create a Stylish Pricing Table With a Sticky Header

    How to Create a Stylish Pricing Table With a Sticky Header

    Tutorial Intermediate

    Sticky pricing tables are perfect for showing products and services with long lists of comparable features–in this tutorial we’re going to create a pricing...

  2. Solving Problems With CSS Grid: The Gantt Chart

    Solving Problems With CSS Grid: The Gantt Chart

    Tutorial Beginner

    We recently published a tutorial explaining how to build a JavaScript-driven Gantt Chart. I think it’s the perfect case study for CSS Grid, so in this...

  3. Introduction to Tailwind CSS: A Utility-First CSS Framework

    Introduction to Tailwind CSS: A Utility-First CSS Framework

    Tutorial Intermediate

    Today I’m going to show you how to get started with Tailwind CSS, a highly customizable CSS framework that you can use to quickly build web pages and...

  4. How to Run Cross Browser Testing Using LambdaTest

    How to Run Cross Browser Testing Using LambdaTest

    Tutorial Beginner

    In this tutorial I will look deeper into cross browser testing, while showing you the process with LambdaTest at the end of the post.

  5. Introduction to SVG Filters

    Introduction to SVG Filters

    Tutorial Intermediate

    In this tutorial we’re going to explore the world of SVG filters. With SVG filters you can create unique text effects, image effects, and with a little...

  6. How to Build an Animated CSS Thermometer Chart

    How to Build an Animated CSS Thermometer Chart

    Tutorial Intermediate

    In this tutorial I’ll cover the process of creating a pure CSS animated “thermometer” chart; the perfect way to track achievement of a single target.

  7. How to Build a Responsive, Multi-Level, Sticky Footer With Flexbox

    How to Build a Responsive, Multi-Level, Sticky Footer With Flexbox

    Tutorial Intermediate

    In this tutorial, I’ll show you how to use flexbox to create a responsive, multi-level, multi-column footer that sticks to the bottom of the page, no matter...

  8. How to Add RTL Support to Flexbox and CSS Grid

    How to Add RTL Support to Flexbox and CSS Grid

    Tutorial Beginner

    CSS logical properties come with a surprising feature: they make it super easy to support right-to-left (RTL) language scripts. As flexbox and CSS grid are...

  9. CSS Subgrid: Features, Syntax, and the Problem It Will Solve

    CSS Subgrid: Features, Syntax, and the Problem It Will Solve

    Tutorial Beginner

    CSS subgrid will let children of grid items inherit the grid layout from their grandparent. In this article, we look into how subgrid will be different from...

  10. How to Draw Patterns with CSS Using CSS Doodle

    How to Draw Patterns with CSS Using CSS Doodle

    Tutorial Intermediate

    CSS helps us get creative in all kinds of ways, and today we’re going to take our CSS creativity to the next level. We’re going to use a tool called CSS...

  11. Quick Tip: Create a Very Simple Parallax Effect With CSS & JavaScript

    Quick Tip: Create a Very Simple Parallax Effect With CSS & JavaScript

    Tutorial Intermediate

    In this short tutorial, we'll learn to add a simple yet useful parallax scrolling effect to a hero image. To achieve it, we'll use some JavaScript code. Keep...

  12. The Best Way to Use Pop-Ups (Modals) in Your Web Design

    The Best Way to Use Pop-Ups (Modals) in Your Web Design

    Tutorial Beginner

    In this tutorial we’ll take a look at pop-ups (modals) in web design. Using pop-ups in your designs comes with a certain amount of responsibility; if done...