Skip to content

Login Modal project built with HTML and styling with Tailwind CSS.

Notifications You must be signed in to change notification settings

kateFrontend/tailwind-login-modal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Login Modal

cover

Login Modal project built with HTML and styling with Tailwind CSS.

Represents two sections - content with some text and buttons and image section.

Fully responsive because Flexbox.

⚡ Setup

Install Tailwind CSS with CDN - Add the Play CDN script tag to the 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>

⚡ Built With

HTML5 / Tailwind CSS

Releases

No releases published

Packages

No packages published

Languages