Skip to content

oguzsoft/Tailwind_Book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Tailwind

You can visit Tailwind's website

Installion

  • Create a index.html file and html tags(html,head,body)
  • Open index.html file
  • Copy to <link href="https://cdn.jsdelivr.net/npm/tailwindcss/dist/tailwind.min.css" rel="stylesheet"> and paste into head tag in the index.html
  • Installion is that simple. Latest version of your file
<!DOCTYPE html>
<html>
<head>
  <title>Tailwind</title>
  <meta charset="utf-8">
  <link href="https://cdn.jsdelivr.net/npm/tailwindcss/dist/tailwind.min.css" rel="stylesheet">
</head>
<body>
</body>
</html>

Change Background color without CSS

Deneme

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages