Search
 
SCRIPT & CODE EXAMPLE
 

CSS

Tailwind css cdn

<link rel="stylesheet" href="https://unpkg.com/tailwindcss@2.2.19/dist/tailwind.min.css" />

<!-- @Zenonymous -->
Comment

tailwind css cdn

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

tailwind css cdn

npm info tailwindcss version
<script src="https://cdn.tailwindcss.com"></script>
Comment

tailwind css cdn

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Example</title>
    <script src="https://cdn.tailwindcss.com/"></script>
  </head>
  <body>
    <!-- -->
  </body>
</html>
Comment

tailwind css cdn

<!DOCTYPE html>
  <html lang="en">
    <head>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Example</title>
+     <script src="https://cdn-tailwindcss.vercel.app/"></script>
    </head>
    <body>
      <!-- -->
    </body>
  </html>
Comment

tailind css cdn

<!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>
  <script>
    tailwind.config = {
      theme: {
        extend: {
          colors: {
            clifford: '#da373d',
          }
        }
      }
    }
  </script>
</head>
<body>
  <h1 class="text-3xl font-bold underline text-clifford">
    Hello world!
  </h1>
</body>
</html>
Comment

PREVIOUS NEXT
Code Example
Css :: You tried to parse SCSS with the standard CSS parser; try again with the postcss-scss parser 
Css :: how to add selector to another selector in css 
Css :: css loading spinner with text 
Css :: inine css 
Css :: inline list css without floats 
Css :: add css to javafx fxml 
Css :: how to make father padding doesnt affect child 
Css :: 100 bytes of css 
Css :: how set image at top in wordpress 
Css :: aplicar padding a sombra 
Css :: ios sms css 
Css :: Create a addition element in center and rotate it 
Css :: subtracting css 
Css :: how to center each line of p class in csss 
Css :: CSS Div Angel (prize) 
Css :: widht of the elemt 
Css :: download-a-file-in-laravel-using-a-url-to-external-resource 
Css :: inclure html ds html avec <object -- et style css 
Css :: The CSS to make all the columns equal in width is as follows 
Css :: p::after p::before css 
Css :: tipografias family style para css y html 
Css :: création forme geometrique 5 cote html css 
Css :: css tekst bold 
Css :: html click through image 
Css :: enlarge icon when hover 
Typescript :: sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread 
Typescript :: react children typescript 
Typescript :: how to check when a number varibal = nan in ts 
Typescript :: typescript how to check if string is a date 
Typescript :: google sheets replace dot with comma 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =