Files
vkservicesllc.github.io/ajax-requests/css/style.css
2018-11-07 16:38:45 -05:00

17 lines
192 B
CSS

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