mirror of
https://github.com/LucasVbr/first-contributions.git
synced 2026-05-16 09:06:44 +00:00
Resolve merge conflict in Contributors.md
This commit is contained in:
@@ -2180,3 +2180,4 @@ sh0uka
|
||||
- [Thoriq Nurathif Fadhlullah Wajo](https://github.com/thorixrover)
|
||||
- [Peter Li](https://github.com/kalokli8)
|
||||
- [Tejas T M] (https://github.com/tejastm75job-web)
|
||||
- [Tejas T.M 🎉](https://github.com/tejastm75job-web)
|
||||
|
||||
@@ -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>
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user