6 lines
209 B
CSS
6 lines
209 B
CSS
body { font-family: Arial; }
|
|
table { border-collapse: collapse; width: 80%; }
|
|
th, td { border: 1px solid #ccc; padding: 8px; }
|
|
.ok { color: green; font-weight: bold; }
|
|
.fail { color: red; font-weight: bold; }
|