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/main.css

15 lines
204 B
CSS
Raw Normal View History

/*
You can use import statements to include partials:
*/
2017-07-12 22:31:08 +00:00
@import "imports/reset.css";
/*
Or add your statements here:
*/
body{
font-family: sans-serif;
font-size: 1em;
text-align: center;
}