<p class="text">3D text</p>
body {
background-color: #121212;
}
.text {
color: rgb(255, 65, 99);
font-family: Arial;
font-size: 4rem;
font-weight: bold;
text-align: center;
text-shadow: 0.5px 1px 1px rgb(156, 66, 82),
0.5px 2px 1px rgb(156, 66, 82),
0.5px 3px 1px rgb(156, 66, 82),
0.5px 4px 1px rgb(156, 66, 82),
0.5px 5px 1px rgb(156, 66, 82),
0.5px 6px 1px rgb(156, 66, 82),
0.5px 7px 1px rgb(156, 66, 82),
0.5px 8px 1px rgb(156, 66, 82),
0.5px 9px 1px rgb(156, 66, 82),
0.5px 10px 1px rgb(156, 66, 82);
text-transform: uppercase;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.