1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -16067,6 +16067,43 @@ <h1>Hello!</h1>
16067
16067
<p>I am Benny.</p>
16068
16068
</div>
16069
16069
<!-- 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
+
16070
16107
16071
16108
16072
16109
<!-- End user messages -->
0 commit comments