index file with tailwind
This commit is contained in:
parent
7c33ac7f78
commit
eee6f60141
2 changed files with 21 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
.DS_Store
|
||||||
# The directory Mix will write compiled artifacts to.
|
# The directory Mix will write compiled artifacts to.
|
||||||
/_build/
|
/_build/
|
||||||
|
|
||||||
|
@ -38,4 +39,3 @@ npm-debug.log
|
||||||
# Database files
|
# Database files
|
||||||
*.db
|
*.db
|
||||||
*.db-*
|
*.db-*
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue