Only_tailwind Tailwind Templates

Only_tailwind

This my fully responsive talwind css project in which i create a responsive navbar,and all other things

Only_tailwind

This my fully responsive talwind css project in which i create a responsive navbar,and all other things

  1. install Tailwind CSS: npm install -D tailwindcss npx tailwindcss init

  2. Configure your template paths: /** @type {import('tailwindcss').Config} / module.exports = { content: ["./src/**/.{html,js}"], theme: { extend: {}, }, plugins: [], }

  3. Add the Tailwind directives to your CSS @tailwind base; @tailwind components; @tailwind utilities;

Simple Web Page


IN Responsive

Top categories

Loading Svelte Themes