Files
vkservicesllc.github.io/style/!reset.css
2018-02-02 16:00:39 -05:00

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;
}