Skip to content

Commit

Permalink
server banners
Browse files Browse the repository at this point in the history
  • Loading branch information
wnelson03 committed Mar 8, 2024
1 parent 169fa8b commit 0586fd6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,24 @@
margin: 0 auto;
}
}

#server-banner {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 100vh;
width: 100vw;
position: absolute;
top: 0;
left: 0;
z-index: -999;
filter: blur(0.5rem);
}
</style>
</head>

<body>
<div id="server-banner"></div>
<div class="grid h-screen place-items-center" data-root>
<div class="flex w-full max-w-2xl flex-col items-center px-6 text-center md:px-10 mt-32">
<div class="h-9 text-xl mb-32">
Expand Down

0 comments on commit 0586fd6

Please sign in to comment.