Skip to content

Added message to HTML using forked repo #4074

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ <h3>Contribute</h3>
<!-- Insert your message below here -->

<article>

<!-- Message from Luke -->
<div style="margin: 10px; display: flex; justify-content: center; align-items: center; background: linear-gradient(135deg, #f26805, #ff00a2, #3a405e); 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>Hope all are enjoying their coding journey, Luke UK</p>
</div>
<!-- End Message from Luke -->

<div class="w3-col l3 m6 w3-dark-grey w3-container w3-padding-16">
<h3>Rahul... naam to suna hoga</h3>
<p> Love from India💖💖💖</p>
Expand Down