blob: b9a4a8e775922151f211f232e89159d46711fc92 [file]
<style>
div {
font-family: Ahem;
font-size: 20px;
text-align: center;
width: 100px;
height: 20px;
background-color: green;
}
span {
text-align: left;
}
</style>
<!-- PASS if 'X' is centered -->
<div><span>X</span></div>