Skip to content

Commit 90a4ea4

Browse files
Merge pull request #3913 from aravind518398/master
Aravind R Krishnan added a message !
2 parents 8405b4a + c674266 commit 90a4ea4

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

Diff for: index.html

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

1608116118

1608216119
<!-- End user messages -->

0 commit comments

Comments
 (0)