Skip to content

Commit bd13d5b

Browse files
committed
Under construction
1 parent ac39056 commit bd13d5b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/pages/index.astro

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,24 @@
8989
line-height: 1.6;
9090
max-width: 800px;
9191
}
92+
93+
.construction-banner {
94+
position: fixed;
95+
top: 0;
96+
left: 0;
97+
right: 0;
98+
z-index: 100;
99+
background: black;
100+
color: white;
101+
text-align: center;
102+
padding: 0.6rem 1rem;
103+
font-size: 1rem;
104+
}
92105
</style>
93106
</head>
94107

95108
<body>
109+
<div class="construction-banner">site under construction come back later :)</div>
96110
<div class="scroll-container">
97111
<div class="bg-frame bg-frame-1"></div>
98112
<div class="bg-frame bg-frame-2"></div>

0 commit comments

Comments
 (0)