DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

TAILWIND Reference: Responsive Design

Quick reference for Responsive Design.

Read time: 1 min Words: 16
Open Playground → HTML My Progress

TAILWIND Reference — Responsive Design

Quick summary of Responsive Design with syntax and example.

Syntax

class="px-4 py-2 ..."

Example

<button class="px-4 py-2 rounded-lg bg-green-600 text-white">Tailwind Button</button>