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 62692ee commit 9329e32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
background-color: #f0f0f0;
}

.background-color: rgba(255, 255, 255, 0.8);
.container {
background-color: rgba(255, 255, 255, 0.8);
border-radius: 10px;
padding: 30px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
text-align: center; /* Added for centering */
}

h1 {
Expand Down Expand Up @@ -105,3 +105,4 @@ <h1>Benyamin</h1>
</div>
</div>
</body>
</html>

0 comments on commit 9329e32

Please sign in to comment.