style: 添加预设样式

This commit is contained in:
Baobhan Sith
2025-05-28 08:51:55 +08:00
parent c6ae808ac8
commit 6175b38386
7 changed files with 80 additions and 0 deletions
@@ -0,0 +1,17 @@
<style>
#dark-tech-background {
background-color: #1a1a2e;
background-image:
linear-gradient(rgba(0, 0, 0, 0.4) 1px, transparent 1px),
linear-gradient(90deg, rgba(0, 0, 0, 0.4) 1px, transparent 1px);
background-size: 20px 20px;
min-height: 100vh;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
</style>
<div id="dark-tech-background">
</div>