PinnedCSS- Sheryians1. CSS Reference Guide- Study Material : CSS Reference Guide - (AkashRao) GitHub All in One Reference Guide - Interactive, But not a PDF By Vishal Rajput - Crash Course Notes CSS Boiler Plate /* Css boiler plate */ *{ margin: 0; padding...Jan 15, 2024·4 min read
Generate Project Readme- Git Repo1. Project Readme Generator - https://readme-gen.vercel.app/app See Sample Here https://github.com/saurabhnative/create-frontend-readme 2 Add awersome badges https://dev.to/envoy_/150-badges-for-github-pnk https://github.com/Ileriayo/markdown-badges#...Nov 6, 2023·1 min read
Additional Hints- TailwindcssMake div in center: Apply Custom CSS to Tailwindcss @tailwind base; @tailwind components; @tailwind utilities; .my-custom{ @apply text-blue-800 bg-red-300 font-bold text-3xl; } .my-custom2{ color: red } *{ @apply text-xl } [![MasterHead()]...Nov 6, 2023·2 min read
Vite Server & Deployment for Tailwindcss(a.) Learn Vite Server & Deployment for Tailwindcss : 🪜 Step 1: npm i vite 🪜 Step 2: In package.json file add below code Add "start": "vite" inside "scripts" { "scripts": { "start": "vite" }, "dependencies": { "vite": "^4...Nov 6, 2023·1 min read
Installation - Tailwindcss(CSS Framework)Tailwind - a utility classes chakra ui - Component Library 0. Shortcut Installation Extract Here the MY_TEMPLATE zip file To Execute the template, run the command npm run start in the terminal of VS Code. 1. Tailwind CSS Installation 🔗 Tailwin...Nov 6, 2023·2 min read