This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
lovecoding
/
W260426
Obserwuj
8
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
3cabbb3159
Gałęzie
Tagi
master
W260426
/
13.sass
/
reset.css
reset.css
104 B
Historia
Czysty
1
2
3
4
5
6
7
* {
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
box-sizing: border-box;
}