8 lines
64 B
CSS
8 lines
64 B
CSS
*{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
ul{
|
|
list-style: none;
|
|
} |