11 lines
162 B
CSS
11 lines
162 B
CSS
* {
|
|
font-family: 'Raleway', sans-serif;
|
|
color: white;
|
|
}
|
|
body {
|
|
background-color: #232323;
|
|
}
|
|
.center {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
} |