Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CodeWithNiranjan/Responsive-Gradient-Website-Using-Tailwind-CSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

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

AltStyle によって変換されたページ (->オリジナル) /