Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<style>
p {
height: 90px;
line-height: 90px;
text-align: center;
border: 2px dashed #f68c51;
}
</style>
</head>
<body>
<p>
Ich bin vertikal zentriert
</p>
</body>
</html>