This website works better with JavaScript
Home
Explore
Help
Sign In
lovecoding
/
VIP20
Watch
6
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
37ccdf4b5d
Branches
Tags
master
VIP20
/
10_sass
/
reset.scss
reset.scss
93 B
History
Raw
1
2
3
4
5
6
7
8
9
10
*{
margin: 0;
padding: 0;
}
li{
list-style: none;
}
body{
font-size: 16px;
}