Skip to content

Commit 3b699c4

Browse files
Merge pull request #3777 from MungaiMwangi001/master
Thankyou text
2 parents f305e1e + 419e453 commit 3b699c4

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,38 @@ <h1>Thank you!</h1>
318318
<h1>Thank you!</h1>
319319
<p>Hello from NYC where congestion pricing is now in effect!<p>
320320
<!--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 -->
321348

322349
<!-- Start message -->
323350
<h1>Thank you!</h1>
324351
<p>Hello from LV.</p>
352+
325353
<!--End of Message-->
326354

327355
<!-- Start message -->

0 commit comments

Comments
 (0)