index file with tailwind

This commit is contained in:
Thu Savory 2025-01-11 00:44:19 +11:00
parent 7c33ac7f78
commit eee6f60141
2 changed files with 21 additions and 2 deletions

View file

@ -1 +1,20 @@
<div>Hello World</div>
<h1>Hello World</h1>
<div class="size-1/3 mr-4 mt-4">
<div class="p-10 bg-pink-100 shadow-md rounded-xl">
<h2>Books</h2>
</div>
<div class="p-10 bg-pink-200 shadow-md rounded-xl mt-2">
<.link patch={~p"/books/thoughts"}>Share my thought</.link>
</div>
</div>
<div class="size-1/3 mr-4 mt-4">
<div class="p-10 bg-blue-100 shadow-md rounded-xl">
<h2>Movies</h2>
</div>
<div class="p-10 bg-blue-200 shadow-md rounded-xl mt-2">
<.link patch={~p"/books/thoughts"}>Share my critics</.link>
</div>
</div>