This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/src/css/imports/reset.css

10 lines
123 B
CSS

/*
Define your resets here or use something like Normalize.css if you like
*/
html,
body{
margin: 0;
padding: 0;
}