LandingPages-using-Tailwind Tailwind Templates

Landingpages Using Tailwind

Learned styling a webpage using a framework called - 'Tailwind CSS' which makes use of utility classes to add the styling to html document itself

Let's-learn-Tailwind-CSS

1. Introduction : What is Tailwind CSS ?

  • It's a utility first CSS framework that uses predefined classes called utility classes to add styling to the present elements.
  • The utility classes are itself added to the HTML element which we want to style just similar way we write inline CSS but this time we use utility classes for doing that.

2. Tailwind in comparison with Vanilla CSS

Definately the designing control and freedom offered by pure CSS can't be matched by either of frameworks but Tailwind also provides freedom to add design to a very good extent and have its own advantages over the vanilla CSS like :

  • Faster UI designing
  • Good readabiltiy and maintainability of css code

3. Tailwind in comparison with BOOTSTRAP

Bootsrap works realy well when you don't much focus on the designing of UI portion and need elements to just arrange and test the woking moreover a similar sense of styling is used in bootstrap so a very less freedom is given to modify or redesign.

4. Tailwind CSS setup

pre-requisite : nodejs should be installed , go to cmd or terminal of your code editor and run : node -v to confirm installation

Now you are rady to run Tailwind CSS.

Top categories

Loading Svelte Themes