blob: 1e0947a0556be980949da4580d301ef39a2f1612 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
html {
font: 10px Ahem;
-webkit-font-smoothing: none;
margin: 0px;
}
div {
font: 10px Ahem;
-webkit-font-smoothing: none;
margin: 0px;
position: absolute;
left: 100px;
top: 50px;
}
</style>
</head>
<body>
<div id='target'>
First Line <br>
Second Text Row
</div>
</body>
</html>