9 lines
200 B
CSS
9 lines
200 B
CSS
@import url('https://fonts.googleapis.com/css?family=Roboto:700');
|
|
@import url('https://fonts.googleapis.com/css?family=Hammersmith+One');
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: white;
|
|
}
|