Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0c0c032

Browse files
authoredMar 6, 2025··
Merge pull request #3864 from Sujith-43/add-a-feature
Added one container
2 parents 3173f2f + 2077db2 commit 0c0c032

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed
 

‎index.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,22 +151,32 @@ <h2>First JavaScript</h2>
151151
<!-- Samsom message end -->
152152

153153

154-
<!-- message from Thich Nhat Hanh -->
154+
<!-- message from Thich Nhat Hanh -->
155155
<div style="text-align: center; background-color: blue; color: white; padding: 20px; margin: 10px;">
156156
<h3>"No mud, no lotus." - Thich Nhat Hanh"</h3>
157157
<h5 style="font-style: italic; font-weight: bold; margin-top: 10px;">I grow in mud!<span style="font-style: normal; font-weight: normal; margin-left: 4px;"></span>
158158
</h5>
159159
</div>
160+
<!-- Thich Nhat Hanh's message end -->
160161
<!--Bo from Rancho Cucamonga -->
161162
<h1>Finally, I have figured out how fork works. I am very happy!</h1>
162163
<!-- End Bo messages -->
163164

164-
<!-- Thich Nhat Hanh's message end -->
165+
166+
167+
<!--Sujith's Message starts here-->
168+
<div style="background-color:hsl(161, 100%, 50%); text-align:center; border-radius:15px; box-shadow:5px 5px 8px black;">
169+
<p style="color:hsl(0, 0%, 5%); text-align:center; ">Thank you so much W3Schools for this Amazing Git and GitHub Tutorial where I learned so many things.</p>
170+
<p>--SUJITH CHOWDARY</p>
171+
</div>
172+
<!--Sujith's Message Ends here-->
173+
174+
165175
<!--Its me, Nikita!-->
166176
<h3> I'm stucking here, but it seems ok...</h3>
167177
<!--Its me, Nikita!-->
168178

169-
<h1>Thank you!</h1>
179+
<h1>Thank you!</h1>
170180
<p>Hello from ZA.</p>
171181
<!-- Joseph Taqal Start -->
172182
<h1>Thank you w3schools for the tutorial</h1>

0 commit comments

Comments
 (0)
Please sign in to comment.