Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
renewedphilosophy authored Aug 15, 2024
1 parent 3780a19 commit f836c8a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,12 @@

.band-header>header h1 {
color: white;
font-size: 30px;
font-size: 50px;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
margin-left: 20px;
margin-top: 20px;
text-align: center;
Expand Down

0 comments on commit f836c8a

Please sign in to comment.