<html> | |
<head> | |
<style> | |
table { | |
table-layout: fixed; | |
} | |
th, td { | |
padding: 3px; | |
text-align: center; | |
} | |
th { | |
background-color: #ccc; | |
color: black; | |
} | |
.warning{ | |
color: red; | |
} | |
.col1 { | |
background-color: #eee; | |
} | |
.highlight { | |
background-color: #0a0; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Freetype Benchmark Results</h1> |