19 lines
358 B
CSS
19 lines
358 B
CSS
body {
|
|
height: 100vh;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.dancing-letters {
|
|
font-family: sans-serif;
|
|
font-size: 300%;
|
|
font-weight: bold;
|
|
}
|
|
.dancing-letters > span {
|
|
box-shadow: 0 0 0.25em black;
|
|
color: white;
|
|
display: inline-block;
|
|
margin: 0.25em;
|
|
padding: 0.25em;
|
|
}/*# sourceMappingURL=dancing.css.map */ |