16 lines
169 B
CSS
16 lines
169 B
CSS
* {
|
|
font-family:Arial;
|
|
}
|
|
body {
|
|
margin:24px auto;
|
|
width:870px;
|
|
}
|
|
table {
|
|
margin-top: 12px;
|
|
}
|
|
|
|
th, td {
|
|
border: 1px solid black;
|
|
border-collapse: collapse;
|
|
}
|