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

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;
}