Add tailwind to frontend
This commit is contained in:
		@@ -61,6 +61,12 @@ import Card from '../components/Card.astro';
 | 
			
		||||
			/>
 | 
			
		||||
		</ul>
 | 
			
		||||
	</main>
 | 
			
		||||
 | 
			
		||||
	<div class="min-h-screen bg-gray-100 flex items-center justify-center">
 | 
			
		||||
		<h1 class="text-4xl font-bold text-blue-600 hover:text-blue-800">
 | 
			
		||||
		  Hello Tailwind + Astro!
 | 
			
		||||
		</h1>
 | 
			
		||||
	  </div>
 | 
			
		||||
</Layout>
 | 
			
		||||
 | 
			
		||||
<style>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user