We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda5ce9 commit 9ab9d0aCopy full SHA for 9ab9d0a
AI.html
@@ -19,10 +19,8 @@
19
/* Cool AI Bot Background Vid */
20
.bg2 {
21
position: absolute;
22
- top: auto;
+ top: 0;
23
right: 0;
24
- bottom: 0;
25
- left: 0;
26
z-index: -1;
27
min-height: 100vh;
28
}
@@ -181,7 +179,7 @@
181
179
182
180
/* My AI button style */
183
button {
184
- background-color: gol;
+ background-color: gold;
185
color: white;
186
border: none;
187
border-radius: 50%;
0 commit comments