-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-css is so annoying bro
- Loading branch information
Showing
5 changed files
with
68 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
@page "/test" | ||
|
||
<div class="grow p-4 bg-purple-500 overflow-hidden flex flex-col"> | ||
<h1 class=" heading-text h-2/5 " > | ||
dool cool stufdff! | ||
</h1> | ||
<div class="grow flex flex-row items-center justify-between border border-white "> | ||
<div class="basis-1/2 border-green-500 border bg-red-500 h-full"></div> | ||
<div class="basis-full border-green-500 border bg-green-900 h-full flex flex-row items-center "> | ||
<ul class="basis-full max-h-[50%] overflow-scroll border"> | ||
<li class="h-[4rem] border">list item</li> | ||
<li class="h-[4rem] border">list item</li> | ||
<li class="h-[4rem] border">list item</li> | ||
<li class="h-[4rem] border">list item</li> | ||
<li class="h-[4rem] border">list item</li> | ||
<li class="h-[4rem] border">list item</li> | ||
<li class="h-[4rem] border">list item</li> | ||
<li class="h-[4rem] border">list item</li> | ||
<li class="h-[4rem] border">list item</li> | ||
<li class="h-[4rem] border">list item</li> | ||
<li class="h-[4rem] border">list item</li> | ||
</ul> | ||
</div> | ||
<div class="basis-1/2 border-green-500 border bg-blue-500 h-full">fasd</div> | ||
</div> | ||
</div> | ||
@* <div class="grow bg-black m-24 text-red-500 border"> | ||
<p class="text-xl">lots of text</p> | ||
<p class="text-xl">lots of text</p> | ||
<p class="text-xl">lots of text</p> | ||
<p class="text-xl">lots of text</p> | ||
<p class="text-xl">lots of text</p> | ||
<p class="text-xl">lots of text</p> | ||
<p class="text-xl">lots of text</p> | ||
<p class="text-xl">lots of text</p> | ||
</div> | ||
*@ | ||
|
||
@code { | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters