Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
h1 {
text-align: center;
color: #fff;
}
h1 span {
background-color: #43d9cf;
}
</style>
</head>
<body>
<h1>
<span>Lorem Ipsum is simply dummy text</span>
</h1>
</body>
</html>