Skip to content

Commit

Permalink
add glow in text
Browse files Browse the repository at this point in the history
  • Loading branch information
Adityasinh-Sodha authored Jan 3, 2025
1 parent ff226a4 commit 6084292
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -734,3 +734,11 @@ body.dark-blue-theme #preview pre {
#toggle-btn:hover {
background-color: #0056b3;
}

.text {
font-family: 'Impact', sans-serif;
font-size: 24px;
text-align: center;
text-shadow: 0 0 5px #0000FF, 0 0 10px #0000FF, 0 0 15px #0000FF;
}

0 comments on commit 6084292

Please sign in to comment.