7 lines
88 B
CSS
7 lines
88 B
CSS
* {
|
|
font-family: Roboto;
|
|
}
|
|
body {
|
|
background: #d5d5d5;
|
|
padding-top: 20px;
|
|
} |