Skip to content

Instantly share code, notes, and snippets.

@ShanikaNishadhi
Created May 2, 2022 17:06
Show Gist options
  • Save ShanikaNishadhi/f2ab67165cd43ce6de9d943717b1f886 to your computer and use it in GitHub Desktop.
Save ShanikaNishadhi/f2ab67165cd43ce6de9d943717b1f886 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./public/main.css">
<title>TailwindCSS Test</title>
</head>
<body>
<div class="h-screen">
<div class="p-5 m-0 bg-blue-600">
<h1 class="text-2xl font-bold text-white underline">TailwindCSS Test</h1>
</div>
<div class="p-2 m-5 bg-cyan-300 h-full">
<p class="text-7xl text-slate-500 font-bold text-center">Hello from TailwindCSS....!!!</p>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment