Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kaminarinokoky authored Apr 19, 2024
1 parent 750fc06 commit 75c2dfb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
padding: 30px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
display: flex;
flex-direction: column;
align-items: center;
}

h1 {
Expand Down Expand Up @@ -81,7 +84,6 @@
color: #171517;
}

/* New code for profile picture */
.profile-pic {
width: 100px; /* Adjust the width as needed */
height: 100px; /* Adjust the height as needed */
Expand All @@ -105,4 +107,4 @@ <h1>Benyamin</h1>
</div>
</div>
</body>
</html>
</html>

0 comments on commit 75c2dfb

Please sign in to comment.