Files
vkservicesllc.github.io/ajax-requests/css/style.css
2018-11-07 14:57:53 -05:00

16 lines
172 B
CSS

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