pref(index): update styles

This commit is contained in:
thehrz 2023-08-23 13:51:40 +08:00
parent 4bb010a550
commit 9c5cb5b551
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855
5 changed files with 18 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<html lang="zh-CN"> <html lang="zh-CN">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Thehrz</title> <title>Thehrz</title>
</head> </head>

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

View File

@ -1,4 +1,13 @@
@import url("https://cdn.staticfile.org/hack-font/3.3.0/web/hack.min.css");
* { * {
padding: 0; padding: 0;
margin: 0; margin: 0;
} }
body {
font-family: "Hack", Inter, ui-monospace, SFMono-Regular,
Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--uno: flex items-center justify-center min-h-screen min-w-screen text-4
leading-24px font-synthesis-none select-none;
}

View File

@ -1,5 +1,5 @@
<template> <template>
<main class="px-6 py-[8vh]"> <main>
<router-view /> <router-view />
</main> </main>
</template> </template>

View File

@ -1,5 +1,9 @@
<template> <template>
<h1 c-coolgray-700>你好👋我是thehrz</h1> <section class="flex flex-col items-center">
<img class="w-8em" alt="thehrz" src="/thehrz.jpg" >
<!-- <p>🚧本站正在建设中...</p> --> <h1 class="my-8 text-2.5em leading-[1.1] md:text-3.5em c-coolgray-700 font-300">Hi! I'm thehrz.</h1>
<p class="c-dark-100">🚧under construction...</p>
</section>
</template> </template>