reset.scss

Anonymous
scss
05/07/2021 3:42 AM
232 B
14
Indexable
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; // chieu dai element bao gom border
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}
Editor is loading...