Spaces:
Running
Running
BraydenMoore
commited on
Commit
•
1579776
1
Parent(s):
29c9c90
Web page update
Browse files- Templates/index.html +2 -1
Templates/index.html
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
</head>
|
7 |
<style>
|
8 |
body {
|
|
|
9 |
background-color: black;
|
10 |
font-family: 'Helvetica';
|
11 |
justify-content: center;
|
@@ -223,7 +224,7 @@
|
|
223 |
}
|
224 |
|
225 |
@keyframes scrolling {
|
226 |
-
0% { transform: translateX(
|
227 |
100% { transform: translateX(-100%); }
|
228 |
}
|
229 |
|
|
|
6 |
</head>
|
7 |
<style>
|
8 |
body {
|
9 |
+
margin: 0;
|
10 |
background-color: black;
|
11 |
font-family: 'Helvetica';
|
12 |
justify-content: center;
|
|
|
224 |
}
|
225 |
|
226 |
@keyframes scrolling {
|
227 |
+
0% { transform: translateX(100vw); }
|
228 |
100% { transform: translateX(-100%); }
|
229 |
}
|
230 |
|