blob: 03334de23c2adefb6f989ae24eeff3523d00ac85 [file] [log] [blame]
<style>
div {
display: grid;
place-items: center;
width: 200px;
height: 200px;
border: solid;
background-color: cyan;
font-family: Ahem;
font-size: 20px;
}
</style>
<!-- PASS if the text content is centered both horizontally and vertically -->
<div>centered</div>