Skip to content

Commit 9ab9d0a

Browse files
author
Frederick Thomas
authored
Update AI.html
1 parent bda5ce9 commit 9ab9d0a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

AI.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@
1919
/* Cool AI Bot Background Vid */
2020
.bg2 {
2121
position: absolute;
22-
top: auto;
22+
top: 0;
2323
right: 0;
24-
bottom: 0;
25-
left: 0;
2624
z-index: -1;
2725
min-height: 100vh;
2826
}
@@ -181,7 +179,7 @@
181179

182180
/* My AI button style */
183181
button {
184-
background-color: gol;
182+
background-color: gold;
185183
color: white;
186184
border: none;
187185
border-radius: 50%;

0 commit comments

Comments
 (0)