base game working
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
nav {
|
||||
font-size: 1.6rem;
|
||||
display: flex;
|
||||
|
||||
section {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: 2rem;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style-type: disc;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user