<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1

{

    border: 1px solid black;

    text-align: center;

    width: 100%;
    height: 150px;

    margin: 0px auto;


    /* pour l'image de fond */

    background-repeat: repeat-x;

    background-color: #000033;


    /* pour l'esthétique */

    font-family: "Comic Sans MS", Arial, Times, sans-serif;

    color: #ececec;

    height: 20px;

    padding: 10px;

}</pre></body></html>