Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
reflecthub authored Nov 1, 2024
1 parent e164574 commit dd37562
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@

@keyframes unfold {
0% {
transform: scaleY(0);
}
50% {
transform: scaleY(1.2);
}
100% {
transform: scaleY(1);
}
}


.verse-style {
position: relative; /* Position relative for absolute positioning of the pseudo-element */
width: 100%; /* Full width of the container */
Expand Down Expand Up @@ -554,6 +568,11 @@ body {
background-color: #92286a;
color: #ffffff;
}
#div6 {
background-color: #7c0b6f;
color: #ffffff;
}


/* Table Styling */
.table-wrapper {
Expand Down

0 comments on commit dd37562

Please sign in to comment.