1212
GitHub - kateFrontend/tailwind-image-gallery: Image gallery built with HTML and styling with Tailwind CSS. · GitHub
Skip to content

kateFrontend/tailwind-image-gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Image gallery

cover

Image gallery built with HTML and styling with Tailwind CSS.

Represents the navigation at the top, nice hover effect for button and nav items, clean looking searche bar with an SVG and images gallery with text hover effect.

Fully responsive because of Grid and 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="proxy.php?url=https%3A%2F%2Fcdn.tailwindcss.com"></script>
</head>
<body>
  <h1 class="text-3xl font-bold underline">
    Hello world!
  </h1>
</body>
</html>

⚡ Built With

HTML5 / Tailwind CSS

About

Image gallery built with HTML and styling with Tailwind CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages