File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -318,10 +318,38 @@ <h1>Thank you!</h1>
318
318
<h1>Thank you!</h1>
319
319
<p>Hello from NYC where congestion pricing is now in effect!<p>
320
320
<!--End of Message-->
321
+ <!-- Insert your message below here -->
322
+ <h1 id="main-header">Thank you, W3Schools</h1>
323
+ <p class="location-text">Hello from Nairobi, Kenya</p>
324
+
325
+
326
+ <style>
327
+ #main-header {
328
+ color: #007bff;
329
+ font-size: 2.5em;
330
+ text-transform: uppercase;
331
+ font-weight: bold;
332
+ margin-bottom: 20px;
333
+ }
334
+ .location-text {
335
+ color: #333;
336
+ font-size: 1.2em;
337
+ font-style: italic;
338
+ background-color: #fff;
339
+ display: inline-block;
340
+ padding: 10px 20px;
341
+ border-radius: 8px;
342
+ box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
343
+ }
344
+
345
+ </style>
346
+
347
+ <!-- End user messages -->
321
348
322
349
<!-- Start message -->
323
350
<h1>Thank you!</h1>
324
351
<p>Hello from LV.</p>
352
+
325
353
<!--End of Message-->
326
354
327
355
<!-- Start message -->
You can’t perform that action at this time.
0 commit comments