17 lines
377 B
CSS
17 lines
377 B
CSS
body {
|
|
font-family: 'Raleway', sans-serif;
|
|
font-family: 'Raleway', sans-serif;
|
|
color: white;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
background-color: #232323
|
|
}
|
|
hr {
|
|
border: 0;
|
|
height: 1px;
|
|
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
|
|
}
|
|
.center {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
} |