Migrazione codebase a git
This commit is contained in:
24
style.css
Normal file
24
style.css
Normal file
@@ -0,0 +1,24 @@
|
||||
body{
|
||||
background-color: gainsboro;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
body, button{
|
||||
font-family: 'Comic Sans MS', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
.playfield{
|
||||
max-width: fit-content;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.row{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.cell{
|
||||
margin: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user