Skip to content

Commit

Permalink
sort out layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
retrouser955 committed Sep 28, 2024
1 parent c227aba commit 5991304
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<div class="w-full h-full pl-10 pt-10">
<h1 class="text-4xl font-varela font-extrabold text-white">Home</h1>
<div class="w-[90%] h-56 bg-white opacity-10 mx-auto flex items-center justify-center rounded-md mt-3">
<h1 class="text-2xl text-black">Placeholder</h1>
</div>
<h1 class="text-3xl font-bold mt-4">Recently opened</h1>
<div class="mt-4 w-full justify-start items-center">
<div class="border-2 p-3 border-white w-80 h-64 rounded bg-slate-900 bg-opacity-35">
<h1 class="text-xl font-varela text-gray-300 font-bold">Placeholder</h1>
</div>
</div>
</div>

0 comments on commit 5991304

Please sign in to comment.