Add Tejas T M to Contributors list and improve styling

This commit is contained in:
tejastm75job-web
2025-08-25 13:37:01 +05:30
parent 2ad917eb10
commit b40a90a28e
3 changed files with 30 additions and 0 deletions
+1
View File
@@ -2179,3 +2179,4 @@ sh0uka
- [Hashim Iqbal](https://github.com/Haz-ctrl)
- [Thoriq Nurathif Fadhlullah Wajo](https://github.com/thorixrover)
- [Peter Li](https://github.com/kalokli8)
- [Tejas T.M 🎉](https://github.com/tejastm75job-web)
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Contributors</title>
</head>
<body>
<h1>Contributors</h1>
<ul>
<li>Tejas T M</li>
<li>Other Contributor</li>
</ul>
</body>
</html>
+15
View File
@@ -0,0 +1,15 @@
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
}
ul {
list-style-type: none;
}
li {
margin: 10px 0;
font-size: 18px;
color: #333;
}