php-parser/test_old/testFormatting.html
2011-07-13 13:03:37 +02:00

24 lines
361 B
HTML

<!DOCTYPE html>
<style>
body {
font-family: "Trebuchet MS", sans-serif;
}
.pass {
color: white;
background-color: green;
}
.fail {
color: white;
background-color: red;
}
.failReason {
background-color: rgba(255, 0, 0, 0.3);
}
.failCount {
color: red;
}
</style>