Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
#canvas {
width: 300px;
height: 200px;
background: #ccc;
position: relative;
}
#inline {
position: absolute;
top: 50px;
left: 50px;
font: 50px/1 Ahem;
color: green;
}
</style>
<div id="canvas">
<div id="inline">XX</div>
</div>