17 lines
454 B
HTML
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> |