Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<link rel="stylesheet" href="/fonts/baseline-diagnostic/baseline-diagnostic-font.css">
<meta charset="utf-8">
<style>
.spacer {
margin-top: -10px;
background: lightgray;
block-size: 100px;
}
.target {
font-family: BaselineDiagnosticAlphabeticZero;
font-size: 100px;
line-height: 1;
}
.float {
float: left;
width: 100px;
height: 90px;
background: yellow;
}
.clear { clear: both; }
</style>
<div class="float"></div>
<div class="target">
█BxIF
</div>
<div class="spacer"></div>