Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<style>
.bg-blue {
background-color: blue;
}
.bg-red {
background-color: red;
}
</style>
</head>
<body>
<div class="bg-blue bg-red">
Le Lorem Ipsum est simplement du faux texte employé dans la composition et la mise en page avant impression.
</div>
</body>
</html>