15 lines
173 B
CSS
15 lines
173 B
CSS
ul {
|
|
list-style-type: none;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
h1,h2 {
|
|
text-align: center;
|
|
}
|
|
body {
|
|
padding-left: 50px;
|
|
}
|
|
p {
|
|
margin-top: 0em;
|
|
margin-bottom: 0em;
|
|
}
|