Lligting Name
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Monoton&display=swap" rel="stylesheet">
<div class="make-in-india-effect w-100">
<p id="error">Make<span class="ml-5"> in</span></p>
<p id="code">I<span>nd</span><span>ia</span></p>
</div>
<style type="text/css">
.make-in-india-effect p {font-size: 75px !important; font-family: 'Monoton', cursive; text-align: center; text-transform: uppercase; text-shadow: 0 0 80px red,0 0 30px FireBrick,0 0 6px DarkRed; color: red;}
.make-in-india-effect p { display: unset; margin-right: 50px;}
.make-in-india-effect { background: #000; text-align: center;}
.ml-5, .mx-5 { margin-left: 3rem!important;}
#error:hover { text-shadow: 0 0 200px #ffffff,0 0 80px #008000,0 0 6px #0000ff; font-family: 'Monoton', cursive;}
#code:hover { text-shadow: 0 0 100px red,0 0 40px FireBrick,0 0 8px DarkRed; font-family: 'Monoton', cursive;}
#error {font-family: 'Monoton', cursive; color: #fff; text-shadow: 0 0 80px #ffffff,0 0 30px #008000,0 0 6px #0000ff;}
#error span {animation: upper 11s linear infinite; font-family: 'Monoton', cursive;}
#code span:nth-of-type(2) { animation: lower 10s linear infinite; font-family: 'Monoton', cursive;}
#code span:nth-of-type(1) {text-shadow: none; opacity:.4; font-family: 'Monoton', cursive;}
@keyframes upper {
0%,19.999%,22%,62.999%,64%, 64.999%,70%,100% { opacity:.99; text-shadow: 0 0 80px #ffffff,0 0 30px #008000,0 0 6px #0000ff;}
20%,21.999%,63%,63.999%,65%,69.999% {opacity:0.4; text-shadow: none;}
}
@keyframes lower {
0%,12%,18.999%,23%,31.999%,37%,44.999%,46%,49.999%,51%,58.999%,61%,68.999%,71%,85.999%,96%,100% {opacity:0.99; text-shadow: 0 0 80px red,0 0 30px FireBrick,0 0 6px DarkRed;}
19%,22.99%,32%,36.999%,45%,45.999%,50%,50.99%,59%,60.999%,69%,70.999%,86%,95.999% { opacity:0.4; text-shadow: none;}
}
@keyframes masked-animation {
0% {background-position: 50% 35%;}
50% {background-position: 50% 65%;}
100% {background-position: 50% 35%;}
}
</style>
Comments
Post a Comment