We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac39056 commit bd13d5bCopy full SHA for bd13d5b
1 file changed
src/pages/index.astro
@@ -89,10 +89,24 @@
89
line-height: 1.6;
90
max-width: 800px;
91
}
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
+ }
105
</style>
106
</head>
107
108
<body>
109
+ <div class="construction-banner">site under construction come back later :)</div>
110
<div class="scroll-container">
111
<div class="bg-frame bg-frame-1"></div>
112
<div class="bg-frame bg-frame-2"></div>
0 commit comments