changes
This commit is contained in:
parent
b4f49781fc
commit
8ba9c973c0
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
import "./src/css/app.css";
|
import "./src/css/app.css";
|
||||||
---
|
---
|
||||||
|
|
||||||
<html lang="en-us">
|
<html lang="en-us">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
@ -13,7 +14,7 @@ import "./src/css/app.css";
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-gradient-to-b from-neutral-700 via-neutral-900 to-neutral-950 text-white overflow-hidden">
|
<body class="bg-gradient-to-b from-neutral-700 via-neutral-900 to-neutral-950 text-white overflow-hidden">
|
||||||
<div class="flex items-center justify-center min-h-screen">
|
<div class="flex items-center justify-center min-h-screen">
|
||||||
<div class="bg-black bg-opacity-40 aspect-square rounded-xl flex flex-col items-center justify-center w-full h-full max-w-[60vmin] max-h-[60vmin] md:max-w-[35vmin] md:max-h-[35vmin]">
|
<div class="flex flex-col items-center justify-center w-full h-full max-w-[60vmin] max-h-[60vmin] md:max-w-[35vmin] md:max-h-[35vmin]">
|
||||||
<img class="w-2/3 opacity-0" src="/src/img/logo.svg" alt="logo" />
|
<img class="w-2/3 opacity-0" src="/src/img/logo.svg" alt="logo" />
|
||||||
<h1 class="text-4xl opacity-0 font-sfpro font-semibold">z0x</h1>
|
<h1 class="text-4xl opacity-0 font-sfpro font-semibold">z0x</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue