32 lines
515 B
CSS
32 lines
515 B
CSS
body {
|
|
font-family: "Avenir", Helvetica, Arial, sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
text-align: center;
|
|
color: #2c3e50;
|
|
margin-top: 60px;
|
|
}
|
|
|
|
table {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 100%;
|
|
background-color: #e0e0ff;
|
|
border-collapse: collapse;
|
|
}
|
|
td,
|
|
th {
|
|
border: solid 1px;
|
|
}
|
|
table,
|
|
tr,
|
|
td,
|
|
th {
|
|
border: thin solid black;
|
|
border-collapse: collapse;
|
|
padding: 0.25em 1em;
|
|
}
|
|
table {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|