Skip to content

This is my responsive landing page solution to the Tailwind CSS Crash Course by Traversy Media

Notifications You must be signed in to change notification settings

Sa-YoorHeadley/Tailwind-CSS-Crash-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailwind CSS Crash Course

Responsive Tailwind CSS Landing Page

last update open issues


Description

This is my responsive landing page solution to the Tailwind CSS Crash Course by Traversy Media.

Concepts Used

  • Responsive Web Design
  • Tailwind CSS Classes
  • Modifying tailwind config file (changing screen sizes and add colors)

Tech Stack

  • Tailwind CSS
  • HTML

Desktop

screenshot

Mobile

screenshot

Live URL


Run Locally

Clone the project

git clone https://github.com/Sa-YoorHeadley/Tailwind-CSS-Crash-Course.git

Go to the project directory

cd Tailwind-CSS-Crash-Course

Install all the npm packages.

npm install

Run the Tailwind CLI to compile the input.css during development. The output file is css/main.css

npm run watch

To build once run...

npm run build

You can edit the scripts in package.json and the tailwind.config.js file to change input/output locations


Acknowledgements

About

This is my responsive landing page solution to the Tailwind CSS Crash Course by Traversy Media

Topics

Resources

Stars

Watchers

Forks