Skip to content
Open
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
27 changes: 25 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17400,13 +17400,36 @@ <h3 style="color: #555; font-style: italic; font-family: 'Georgia', serif;">
It is good platform to learn – <b>Oleg from Belarus (2025-Dec-02)</b>
</h3>
</div>
<div>
<style>
:root{
--bg: #f5f7fb;
--primary: #1f6feb;
--accent: #0b875b;
--text: #1f2937;
}
*{ box-sizing:border-box; margin:0; padding:0 }
.top-banner{
background: linear-gradient(90deg, rgba(31,111,235,0.12), rgba(11,135,91,0.06));
padding:28px 20px;
border-bottom:1px solid rgba(0,0,0,0.05);
text-align:center;
box-shadow: 0 2px 8px rgba(16,24,40,0.04);
}
.top-banner h1{
font-size:20px;
font-weight:600;
}
</style>
<header class="top-banner">
<h2>Hi, thanks you W3 for these great courses! Best wishes to you and your great team.</h2>
</header>
</div>
<!-- End Oleg message -->

<!-- End user messages -->

</div>
</div>

<!-- Footer -->
<footer class="w3-container w3-padding-32 w3-light-grey w3-center">
<a href="#" class="w3-button w3-black w3-margin">To the top</a>
Expand Down