<!DOCTYPE html><style type="text/css">
* {
border: 1px solid black;
}
div {
position: relative;
width: 500px;
}
h1 {
position: absolute;
top: 0;
left: 0;
font-size: 50px;
}
span {
display: inline-block;
}
</style><div><h1><span>Skew is a web-first, cross-platform programming language with an optimizing compiler.</span></h1></div>