8 lines
69 B
CSS
8 lines
69 B
CSS
li {
|
|
list-style: none;
|
|
margin: 0;
|
|
}
|
|
|
|
h2, p {
|
|
display: inline;
|
|
} |