Skip to content

Instantly share code, notes, and snippets.

View mustafaaloko's full-sized avatar

Mustafa Ehsan Alokozay mustafaaloko

View GitHub Profile
...
<body class="bg-grey-lighter h-screen font-sans">
<div class="container mx-auto h-full flex justify-center items-center">
<div class="w-1/3">
<h1 class="font-hairline mb-6 text-center">Login to our Website</h1>
...
</h1>
</div>
</div>
</body>
...
<body class="bg-grey-lighter h-screen font-sans">
...
</body>
...
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- This is our compiled CSS file which is created by Tailwind CLI -->
<link rel="stylesheet" href="dist.css">
/**
* This injects Tailwind's base styles, which is a combination of
* Normalize.css and some additional base styles.
*
* You can see the styles here:
* https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
*/
@tailwind preflight;
/**