Responsive-Gradient-Website-Using-Tailwind-CSS Tailwind Templates

Responsive Gradient Website Using Tailwind Css

An awesome website with gradient background using Tailwind CSS

Responsive Gradient Website Using Tailwind CSS

Tailwind CSS is an open source CSS framework. The main feature of this library is that, unlike other CSS frameworks like Bootstrap

Installation

Use CDN.

<script src="https://cdn.tailwindcss.com"></script>

Usage

<!-- Add the Play CDN script tag to the <head> of your HTML file, and start using Tailwind’s utility classes to style your content. -->

<!doctype html>
<html>
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
  <h1 class="text-3xl font-bold underline">
    Hello world!
  </h1>
</body>
</html>

Subscribe

Please subscribe CodeWithNiranjan

Thank You

Top categories

Loading Svelte Themes