Respuesta :
Answer:
[tex]
<!DOCTYPE html>
<html>
<head>.
<title>_blank</ >n.
</head>
<body>
<h1>.
<span><u><mark><hr>F<hr></mark></u></span>
<span><u><mark><hr>O<hr></mark></u></span>
<span><u><mark><hr>L<hr></mark></u></span>
<span><u><mark><hr>L<hr></mark></u></span> <span><u><mark><hr>O<hr></mark></u></span>
<span><u><mark><hr>W<hr></mark></u></span>
<span><u><mark><hr>♥️<hr></mark></u></span>
<span><u><mark><hr>M<hr></mark></u></span>
<span><u><mark><hr><hr></mark></u></span>
<span><u><mark><hr>E<hr></mark></u></span>
<h1 color="aqua">
</h1>
</body>
<style>
body {
width: 150%;
height: 100%;
background: #ff00ff;
-webkit-font-smoothing: antialiased;
display: flex;
justify-content: center;
align-items: center;
}
h1 {
height: 100px;
}
h1 span {
position: relative;
top: 20px;
display: inline-block;
animation: bounce .3s ease infinite alternate;
/*Created By Himanshu*/
font-family: 'Titan One', cursive;
font-size: 40px;
color: #00ff00;
text-shadow: 0 1px 0 #33d6ff,
0 2px 0 #33d6ff,
0 3px 0 #33d6ff,
0 4px 0 #33d6ff,
0 5px 0 #33d6ff,
0 6px 0 #33d6ff,
0 7px 0 #33d6ff,
0 8px 0 #33d6ff,
0 9px 0 #33d6ff,
0 10px 10px rgba(0, 0, 0, .4);
}
h1 span:nth-child(2) { animation-delay: .1s; }
h1 span:nth-child(3) { animation-delay: .2s; }
h1 span:nth-child(4) { animation-delay: .3s; }
h1 span:nth-child(5) { animation-delay: .4s; }
h1 span:nth-child(6) { animation-delay: .5s; }
/* Created By Himanshu*/
h1 span:nth-child(7) { animation-delay: .6s; }
h1 span:nth-child(8) { animation-delay: .7s; }
@keyframes bounce {
50% {
top: 75px;
text-shadow: 0 1px 0 #CCC,
0 2px 0 #CCC,
0 3px 0 #CCC,
0 4px 0 #CCC,
0 5px 0 #CCC,
0 6px 0 #CCC,
0 7px 0 #CCC,
0 8px 0 #CCC,
0 9px 0 #CCC,
0 50px 25px rgba(50, 25, 25, 500);
}
}
</style>
</html>
[/tex]