Files
nexus-terminal/packages/backend/html-presets/静态暗色科技风.html
T
2025-05-28 08:51:55 +08:00

17 lines
454 B
HTML

<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>