8 lines
94 B
CSS
8 lines
94 B
CSS
.center {
|
|
margin: auto;
|
|
width: fit-content;
|
|
}
|
|
|
|
body {
|
|
background-color: #1E1E1E;
|
|
} |