Skip to content

Commit 9eacd06

Browse files
Update index.html
1 parent a41280d commit 9eacd06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</head>
1111

1212
<body class="bg-white">
13-
<div class="bg-sky-50 py-8">
13+
<div class="py-8">
1414
<div class="container mx-auto px-4 max-w-5xl">
1515
<header
1616
class="flex justify-between items-center mb-8 p-2 bg-green-50 rounded-lg shadow"
@@ -40,11 +40,11 @@ <h1 class="text-4xl font-bold text-gray-800">Software Developer</h1>
4040
<div class="container mx-auto px-4 py-8 max-w-5xl">
4141
<ul class="stats flex flex-wrap justify-center gap-4 mb-8">
4242
<li class="text-center bg-red-50 p-4 rounded-lg shadow">
43-
<h2 class="text-2xl font-bold">100+ followers</h2>
43+
<h2 class="text-2xl font-bold">150+ followers</h2>
4444
<p class="text-gray-600">Youtube</p>
4545
</li>
4646
<li class="text-center bg-green-50 p-4 rounded-lg shadow">
47-
<h2 class="text-2xl font-bold">5000+ followers</h2>
47+
<h2 class="text-2xl font-bold">7000+ followers</h2>
4848
<p class="text-gray-600">Dev Community</p>
4949
</li>
5050
</ul>

0 commit comments

Comments
 (0)