<!doctype html> <html lang="fr"> <head> <meta charset="utf-8"> <title>Titre de la page</title> </head> <body> <style> div.container { background-color: #ffffff; } div.container p { font-family: Arial; font-size: 48px; font-style: normal; font-weight: normal; text-decoration: overline; text-transform: none; color: #ff2d32; background-color: #fbff42; } </style> <p style="background-color:powderblue;,font-size:90px"> BONJOUR </p> <div class="container"> <p>Cedric</p> </div> </body> </html>