Skip to content

bahmutov/intro-to-tailwind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intro-to-tailwind

Playing with Tailwind

Installation

npm install -D tailwindcss
npx tailwindcss init

Added parallel watch mode, Parcel bundler.

Run

npm start

Open the browser at localhost:1234

Look

Step1

Step 1 site

Check out tag "step-1" for the code

Step2

Added avatar, paragraphs, hover background

Step 2

Check out tag "step-2"

Step3

Added flex layout

Step 3 layout

Check out tag "step-3"