Files
webtech/ora10/proj1/dancingletters/dancing.css
2025-11-28 16:57:23 +01:00

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 */