6 lines
178 B
CSS
6 lines
178 B
CSS
body{background:white; margin-top:50px}
|
|
caption, th, td {padding:10px; font-size:16px}
|
|
.ok{background:green; color:white}
|
|
.fail{background:red; color:white}
|
|
th{text-align:right}
|