Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanu020 authored Oct 18, 2024
1 parent 0307104 commit 4c48043
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2110,7 +2110,8 @@ <h2>Exclusive Deals and Offers!</h2>
transform: translate(-50%, -50%);
max-width: 400px;
padding: 20px;
background-color: rgba(51, 51, 51, 0.8); /* Adds translucency */
background-color: black;
border: 1px solid white;
color: #fff;
font-size: 16px;
border-radius: 8px;
Expand All @@ -2123,6 +2124,8 @@ <h2>Exclusive Deals and Offers!</h2>
}

.custom-alert p {
/* white color text on black background will look nice */
color:white;
margin: 0;
line-height: 1.5;
}
Expand Down

0 comments on commit 4c48043

Please sign in to comment.