style: 添加预设样式
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user