Skip to content

Commit c674266

Browse files
committedMar 21, 2025
Aravind R Krishnan added a message !
1 parent 649fc5b commit c674266

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
 

‎index.html

+37
Original file line numberDiff line numberDiff line change
@@ -16067,6 +16067,43 @@ <h1>Hello!</h1>
1606716067
<p>I am Benny.</p>
1606816068
</div>
1606916069
<!-- End Message from benny -->
16070+
<!-- Message from Aravind R Krishnan -->
16071+
<div
16072+
style="
16073+
background-color: #131313;
16074+
color: #f1f1f1;
16075+
text-align: center;
16076+
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
16077+
padding: 10px;
16078+
border-radius: 500px;
16079+
"
16080+
>
16081+
<h1 style="font-style: normal; font-family: Verdana">
16082+
Hi I am Aravind R Krishnan
16083+
</h1>
16084+
<h2 style="font-style: normal; font-family: Verdana">I am from Kerala</h2>
16085+
<h3 style="font-style: normal; font-family: Verdana">
16086+
Follow me on GitHub: aravind518398
16087+
</h3>
16088+
<h4
16089+
style="
16090+
font-style: normal;
16091+
font-family: Verdana;
16092+
color: yellow;
16093+
text-shadow: 1px 1px 2px yellow, 0 0 25px darkgoldenrod;
16094+
"
16095+
>
16096+
A big thanks to
16097+
<span style="color: mediumseagreen; text-shadow: none"
16098+
><a href="https://www.w3schools.com/">W3Schools</a></span
16099+
>
16100+
for their amazing Git tutorials! Their simple and clear explanations helped
16101+
me understand Git easily.
16102+
</h4>
16103+
<h5 style="font-style: oblique">Posted this Message on March 21 [2025]</h5>
16104+
</div>
16105+
<!-- End Message from Aravind R Krishnan -->
16106+
1607016107

1607116108

1607216109
<!-- End user messages -->

0 commit comments

Comments
 (0)
Failed to load comments.