body{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
ul{
display: flex;
flex-direction: column;
gap: 15px;
position: relative;
}
ul a{
text-align: center;
text-decoration: none;
font-family: verdana;
font-size: 4em;
font-weight: bold;
-webkit-text-stroke: 3px black;
color: transparent;
position: relative;
outline: none;
text-transform: uppercase;
}
ul a::before{
content: attr(data-text);
position: absolute;
color: gray;
width: 100%;
overflow: hidden;
}
body{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
ul{
display: flex;
flex-direction: column;
gap: 15px;
position: relative;
}
ul a{
text-align: center;
text-decoration: none;
font-family: verdana;
font-size: 4em;
font-weight: bold;
-webkit-text-stroke: 3px black;
color: transparent;
position: relative;
outline: none;
text-transform: uppercase;
}
ul a::before{
content: attr(data-text);
position: absolute;
color: gray;
width: 100%;
overflow: hidden;
}