<!DOCTYPE html>
<html>
<head>
<style>
:root {
background-color: #8ebf42;
padding: 2em;
}
body {
background-color: #eee;
padding: 1.5em;
}
</style>
</head>
<body>
<h2>Exemple du sélecteur :root </h2>
<p>Lorem ipsum est simplement du faux texte.</p>
</body>
</html>