14 lines
335 B
HTML
14 lines
335 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div {
|
|
margin: 10px;
|
|
width: 2ic;
|
|
height: 1ic;
|
|
background: blue;
|
|
/* Examples of Windows and macOS fonts that include vertical metrics: */
|
|
font: 20px Yu Gothic, Yu Mincho, SimSun, Meiryo, Hiragino Sans, STSong, sans-serif;
|
|
}
|
|
</style>
|
|
<p>Both blocks should be the same size:</p>
|
|
<div></div>
|
|
<div></div>
|