Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,38 @@
cursor: pointer;
}
</style>
<style>
.guestbook-message {
background: #f0f9ff;
border-left: 5px solid #04AA6D;
margin: 20px 0;
padding: 16px 24px;
font-size: 1.2em;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(4,170,109,0.08);
color: #222;
}

.guestbook-message b {
color: #04AA6D;
}

.guestbook-message .w3schools-mention {
display: block;
margin-top: 10px;
font-size: 0.95em;
color: #555;
}

.guestbook-message .w3schools-mention a {
color: #04AA6D;
text-decoration: none;
font-weight: bold;
}
.guestbook-message .w3schools-mention a:hover {
text-decoration: underline;
}
</style>
</head>


Expand Down Expand Up @@ -120,6 +152,13 @@ <h2>Huge thank you from John S!</h2>
</div>
<!-- End Message from amitkumar -->

<!-- Message from Abdullah Jameel -->
<p class="guestbook-message">
<b>"Together, we can build a brighter future—one line of code at a time!"</b><br>
<i>- Abdullah Jameel</i><br>
<span class="w3schools-mention">Thanks to <a href="https://www.w3schools.com/" target="_blank">W3Schools</a> for making learning fun!</span>
</p>
<!-- End Message from Abdullah Jameel -->
<!-- Message from Thierry -->
<div style="margin: 10px; display: flex; justify-content: center; align-items: center; background: linear-gradient(135deg, #6A0DAD, #C71585, #4B0082); color: white; padding: 20px; border-radius: 15px; font-family: Poppins; font-size: 1.5rem; box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); text-align: center;">
<p style="margin: 0; font-family: Poppins; font-weight: bold;"> Thank you, W3Schools. Chetté 1X by Thierry </p><br>
Expand Down