blob: 4760b2e598dbb5fb6a488e32be921d797132eb3c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: Roboto;
}
div {
background-color: rgb(0, 0, 255);
}
</style>
</head>
<body>
one
<div> two </div>
three
<div> four </div>
five
</body>
</html>