full form of CEO.
please follow me.
Answers
Chief executive officer
Answer:
I will giving you the code
Step-by-step explanation:
Answer:
[tx]
<p class = "shine-effect">
I am SujalPathak
<br>
<a href="How are You Guyz?" target="_blank">
How are You Guyz?
</a>
</p>
<style>
*{margin: 0;padding: 0;}
body {background: #000;}
.shine-effect{
width: 70%;
margin: 5em auto;
font-weight: bold;
text-align: center;
font-size: 30px;
font-family: Inconsolata, sans-serif;
text-transform: uppercase;
background: linear-gradient(90deg, #000000, #21e612, #000);
letter-spacing: 5px;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
background-repeat: no-repeat;
background-size: 80%;
animation: shine-anime 5s linear infinite;
animation-fill-mode: both;
animation-direction: alternate;
}
.shine-effect a{
text-decoration: none;
color: inherit;
font-size: 15px;
}
@keyframes shine-anime {
0% {
background-position-x: -500%;
}
100% {
background-position-x: 500%;
}
}
</style>
[/tex]