Working on major overhaul
This commit is contained in:
parent
d1551ebaab
commit
2baa3c0a14
56 changed files with 2277 additions and 605 deletions
|
@ -18,7 +18,7 @@ const { title } = Astro.props;
|
|||
</head>
|
||||
<body>
|
||||
<div
|
||||
class="w-full h-screen bg-repeatbg-repeat bg-pink-300"
|
||||
class="w-full min-h-screen bg-repeat bg-pink-300"
|
||||
style="background-image: url('/images/bg-img.webp');"
|
||||
>
|
||||
<div class="container mx-auto p-4">
|
||||
|
@ -40,7 +40,7 @@ const { title } = Astro.props;
|
|||
</div>
|
||||
<div class="bg-pink-200 border-purple-400 border-4 rounded-md p-4">
|
||||
<div
|
||||
class="bg-[url('/images/stars-bg.gif')] p-4 rounded border-2 border-dashed border-purple-400"
|
||||
class="p-4 rounded border-2 border-dashed border-purple-400"
|
||||
>
|
||||
<slot />
|
||||
</div>
|
||||
|
@ -50,7 +50,7 @@ const { title } = Astro.props;
|
|||
>
|
||||
<tt>Friends Sites</tt>
|
||||
<div
|
||||
class="grid grid-flow-col auto-cols-max gap-2 p-2 justify-center"
|
||||
class="grid grid-cols-2 sm:flex sm:flex-wrap gap-2 p-2 justify-center items-center"
|
||||
>
|
||||
<div>
|
||||
<a href="https://arch.dog/" target="_blank"
|
||||
|
@ -75,7 +75,7 @@ const { title } = Astro.props;
|
|||
</div>
|
||||
<tt>Some Buttons I Like</tt>
|
||||
<div
|
||||
class="grid grid-flow-col auto-cols-max gap-2 p-2 justify-center"
|
||||
class="grid grid-cols-3 sm:flex sm:flex-wrap gap-2 p-2 justify-center items-center"
|
||||
>
|
||||
<div><img src="/images/buttons/anybrowser.webp" /></div>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue