BraydenMoore commited on
Commit
29c9c90
·
1 Parent(s): a2e9146

Web page update

Browse files
Files changed (1) hide show
  1. Templates/index.html +36 -1
Templates/index.html CHANGED
@@ -20,6 +20,7 @@
20
  }
21
  h1 {
22
  color: #f2f2f2;
 
23
  margin-bottom: 10px;
24
  }
25
  h2 {
@@ -198,14 +199,48 @@
198
  a {
199
  color: white;
200
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  </style>
 
 
 
 
 
 
 
202
  <body>
203
  <h1>M A R C I</h1>
204
  <div class="info">
205
  <span class="label"><i>"Moore's Algorithm for Risky Capital Investments"</i></span><br><br>
206
  <span class="label">Winners:</span> 0-0<br>
207
  <span class="label">Over/Unders:</span> 0-0<br><br>
208
- Predictions will begin at the conclusion of Week 1</i>
209
 
210
  <table id="gameTable">
211
  <tr>
 
20
  }
21
  h1 {
22
  color: #f2f2f2;
23
+ margin-top: 40px;
24
  margin-bottom: 10px;
25
  }
26
  h2 {
 
199
  a {
200
  color: white;
201
  }
202
+
203
+ .scroll-banner {
204
+ position: fixed;
205
+ top: 0;
206
+ left: 0;
207
+ width: 100%;
208
+ z-index: 999;
209
+ width: 100%;
210
+ display: flex;
211
+ align-items: center;
212
+ height: 30px;
213
+ background-color: green;
214
+ overflow: hidden;
215
+ }
216
+
217
+ .scroll-text {
218
+ font-family: 'Helvetica';
219
+ color: white;
220
+ display: inline-block;
221
+ animation: scrolling 10s linear infinite;
222
+ white-space: nowrap;
223
+ }
224
+
225
+ @keyframes scrolling {
226
+ 0% { transform: translateX(100%); }
227
+ 100% { transform: translateX(-100%); }
228
+ }
229
+
230
  </style>
231
+
232
+ <div class="scroll-banner">
233
+ <div class="scroll-text">
234
+ Predictions will begin at the conclusion of Week 1. Bet at your own risk. Know your limits. And most importantly, have fun!
235
+ </div>
236
+ </div>
237
+
238
  <body>
239
  <h1>M A R C I</h1>
240
  <div class="info">
241
  <span class="label"><i>"Moore's Algorithm for Risky Capital Investments"</i></span><br><br>
242
  <span class="label">Winners:</span> 0-0<br>
243
  <span class="label">Over/Unders:</span> 0-0<br><br>
 
244
 
245
  <table id="gameTable">
246
  <tr>