16 lines
130 B
CSS
16 lines
130 B
CSS
body {
|
|
background: #f7f7f7;
|
|
}
|
|
li {
|
|
list-style: none;
|
|
}
|
|
* {
|
|
margin: 0;
|
|
}
|
|
ul {
|
|
padding: 0;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
}
|