<h1><span>I</span>M<span>POSSIBLE</span></h1>
h1 {
color: hsl(0, 0%, 28%);
font-size: 50px;
font-weight: bold;
font-family: monospace;
letter-spacing: 7px;
cursor: pointer;
}
h1 span {
transition: 0.5s ease-out;
}
h1:hover span:nth-child(1) {
margin-right: 5px;
}
h1:hover span:nth-child(1):after {
content: "'";
}
h1:hover span:nth-child(2) {
margin-left: 30px;
}
h1:hover span {
color: #fff;
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #fff;
}
h3 span {
transition: 0.5s ease-out;
}
h3:hover span {
color: #ffeeef;
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #fff;
}
Thanks
If you want just to say thank you or help us maintain this page, Feel free to donate whatever you want