| <!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: 200px; | |
| top: 250px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div id='target'> | |
| First Line <br> | |
| Second Text Row | |
| </div> | |
| </body> | |
| </html> | |