Skip to content

Commit

Permalink
Update book.html
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishChothani committed Oct 28, 2024
1 parent 2f23c52 commit 87b68c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions book.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,19 @@
}

.benefits {
color: #f9f9f9;
color: #FFFFFF;
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);

/* Color for benefits text */
}

.benefits h2 {
color: #FFFFFF;
font-size: 4rem;
/* Font size for benefits headings */
margin-bottom: 50px;
/* Margin below benefits headings */
text-shadow: 0 0 2px rgb(110, 110, 110);
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
/* Text shadow for benefits headings */
}

Expand Down

0 comments on commit 87b68c5

Please sign in to comment.