pref(index): update styles
This commit is contained in:
parent
4bb010a550
commit
9c5cb5b551
@ -2,7 +2,7 @@
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<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" />
|
||||
<title>Thehrz</title>
|
||||
</head>
|
||||
|
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 422 KiB |
@ -1,4 +1,13 @@
|
||||
@import url("https://cdn.staticfile.org/hack-font/3.3.0/web/hack.min.css");
|
||||
|
||||
* {
|
||||
padding: 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;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<main class="px-6 py-[8vh]">
|
||||
<main>
|
||||
<router-view />
|
||||
</main>
|
||||
</template>
|
||||
|
@ -1,5 +1,9 @@
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user