Observe o código a seguir:
<!DOCTYPE html>
<html>
<head>
<style>
body {background-image:url('gradiente.png'); background-repeat:repeat-x; }
p {background-color:#e0ffff;}
div {background-color:#b0c4de;}
</style>
</head>
<body>
<div> Textodiv
<p>Texto p</p>
Textodiv
</div>
</body>
</html>
O resultado da execução do código é: