.text nothing
View Compiled
html {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background: #010101;
font-size: 74px;
font-family: 'Monoton', cursive;
}
.text {
color: #c6e2ff;
text-shadow:
0 0 54px rgba(202,228,225,1);
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.