We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ddb03 commit 0a62490Copy full SHA for 0a62490
src/index.html
@@ -7,7 +7,7 @@
7
<link rel="stylesheet" href="assets/css/index.css">
8
<title>Document</title>
9
</head>
10
-<body class="bg-specialist">
+<body class="flex justify-center items-center min-h-screen text-white bg-specialist bg-cover font-sans">
11
<include src="partials/header.html"></include>
12
<script src="assets/js/index.js"></script>
13
</body>
src/partials/header.html
@@ -1,3 +1,3 @@
1
<header>
2
- <h1>Index</h1>
+ <h1 class="text-4xl">TailwindCSS + Parcel</h1>
3
</header>
0 commit comments