You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.css 223 B

4 years ago
12345678
  1. *{
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body{
  6. font-family: Exo,'-apple-system','Open Sans',HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue','Hiragino Sans GB','Microsoft YaHei',Helvetica,Arial,sans-serif;
  7. color: #333;
  8. }