46 lines
630 B
CSS
46 lines
630 B
CSS
<<<<<<< HEAD
|
|
body {
|
|
text-align: center;
|
|
background: #333;
|
|
color: white;
|
|
}
|
|
|
|
ul, ol {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: inline-block;
|
|
text-align: left;
|
|
}
|
|
|
|
ul li {
|
|
list-style: none;
|
|
}
|
|
|
|
a {
|
|
color: deepskyblue;
|
|
text-align: center;
|
|
margin: auto;
|
|
=======
|
|
body {
|
|
text-align: center;
|
|
background: #333;
|
|
color: white;
|
|
}
|
|
|
|
ul, ol {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: inline-block;
|
|
text-align: left;
|
|
}
|
|
|
|
ul li {
|
|
list-style: none;
|
|
}
|
|
|
|
a {
|
|
color: deepskyblue;
|
|
text-align: center;
|
|
margin: auto;
|
|
>>>>>>> a2ad5843006c62096be10203d3f91faa39f365fb
|
|
} |