Skip to content

Instantly share code, notes, and snippets.

@samarth641
Created April 29, 2023 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samarth641/c00cb766b6967a29d2389a72d41d0b06 to your computer and use it in GitHub Desktop.
Save samarth641/c00cb766b6967a29d2389a72d41d0b06 to your computer and use it in GitHub Desktop.
CSS uploaded by scrapbook.hackclub.com/customizer
.header-title-name {
font-size: 20px;
font-weight: 500;
color: #ffff;
letter-spacing: 5px;
cursor: pointer;
text-transform: uppercase;
transition: 0.5s;
}
.header-title-name:hover {
color: #ffffffffffffffffffff;
text-shadow: 0 0 5px #03e9f4,
0 0 25px #03e9f4,
0 0 50px #03e9f4,
0 0 100px #03e9f4;
}
body {
background-size: cover;
background-image:
url('https://i.pinimg.com/originals/6d/bc/37/6dbc37fd6456d8f08f26b3e5bc9f2538.gif');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment