Skip to content

Commit

Permalink
Add glow to the TypeGlow Title
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberSphinxxx committed Oct 7, 2024
1 parent 3786e93 commit 3616473
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@ body {
h1 {
font-size: 3rem;
margin: 0;
color: gold;
color: rgb(255, 226, 59);
position: absolute;
top: 20px;
left: 20px;
transition: color 0.5s ease-out;

text-shadow:
0 0 10px gold,
0 0 0px gold;
}
h1:hover {
color: rgb(205, 174, 0);
color: rgb(255, 217, 0);
transition: color 0.5s ease-in-out;
}

Expand Down Expand Up @@ -169,7 +173,6 @@ button {
background-color: #404652;
}

/* Media Queries for smaller devices */
@media (max-width: 600px) {
h1 {
font-size: 2rem;
Expand Down

0 comments on commit 3616473

Please sign in to comment.