Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
S0ura4 authored May 1, 2024
1 parent 454c7c8 commit 6f67744
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@

/* Profile picture styles */
.profile-picture {
height: 100;
width: 100;
border-radius: 70%;
height: 200px;
width: 200px;
border-radius: 50%;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

Expand All @@ -56,9 +56,11 @@
animation-duration: 1s;
animation-fill-mode: both;
}

.fadeInLeft {
animation-name: fadeInLeft;
}

.fadeInRight {
animation-name: fadeInRight;
}
Expand Down Expand Up @@ -111,11 +113,11 @@ <h2 class="text-2xl font-bold mb-4">Contact</h2>
</main>
</div>

<div class= "flex justify-center items-center">
<div class="flex justify-center items-center">
<!-- Profile Picture Section -->
<section id="profile" class="text-center mb-12">
<img src="https://avatars.githubusercontent.com/u/162099697?v=4" alt="Profile Picture"
class="w-32 h-32 mx-auto profile-picture animated fadeInLeft">
class="w-48 h-48 mx-auto profile-picture animated fadeInLeft">
</section>

</div>
Expand Down

0 comments on commit 6f67744

Please sign in to comment.