ora11 start
This commit is contained in:
20
ora10/proj1/dancingletters/dancing.scss
Normal file
20
ora10/proj1/dancingletters/dancing.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user