ora11 start

This commit is contained in:
2025-11-28 16:57:23 +01:00
parent 9ff15dd9f7
commit cd29f43d9c
14 changed files with 441 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
body{
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.dancing-letters{
font-family: sans-serif;
font-size: 300%;
font-weight: bold;
& > span {
box-shadow: 0 0 0.25em black;
color: white;
display: inline-block;
margin: 0.25em;
padding: 0.25em;
}
}