frontend-1

ref: master

css/reset.css


1
2
3
4
5
6
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}