Couleur d'arrière-plan en Hex CSS

<style>
div {
    background-color: #ffffff; /* add # infront of the hex code */
    color: #ffffff; /* add # infront of the hex code */
}
</style>
DieStockEnte