SoumyaSagnik / tailwind-website

My first go at tailwind css

Home Page:https://tailwind-manage-ssk.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My first tailwind website

Visit

npm init -y

npm i -D tailwindcss // install tailwind as a dev dependency

npx tailwindcss init // create tailwind config file


Notes

  • container: will implement the screens given in tailwind.config.js
  • mx-auto: margin left and right auto
  • ml: margin left
  • mt: largin top, and so on...
  • p-6: padding 6
  • items-center: aic
  • justify-between: jcsb
  • hidden md:flex: display: none above md (768px) display: flex
  • space-x-6: row gap on df

About

My first go at tailwind css

https://tailwind-manage-ssk.netlify.app/


Languages

Language:CSS 62.6%Language:HTML 34.8%Language:JavaScript 2.6%