5 lines
83 B
CSS
5 lines
83 B
CSS
|
body {
|
||
|
font-family: 'Raleway', sans-serif;
|
||
|
width: 990px;
|
||
|
margin: 30px auto;
|
||
|
}
|