xml
Au Jardin du Petit Bonheur
“Celui qui plante un jardin plante le bonheur !”
Bienvenue dans mon coin de paradis dédié à la diversité, à la vie et à la joie de jardiner.
Cultiver la terre, protéger la biodiversité, accueillir les pollinisateurs… Suivez-moi dans cette aventure vers un jardin plein de vie et de bonheur !
Et ensuite tu ajoutes dans le CSS additionnel de WordPress ce style extrait :
css
body { font-family: Arial, sans-serif; color: #2f4f2f; background: #f5fdf4; margin: 0; padding: 0; }
header, footer { background-color: #a3c293; color: white; text-align: center; padding: 1.5em 0; }
nav ul { list-style: none; padding: 0; display: flex; justify-content: center; gap: 20px; background-color: #d0e8c0; margin: 0;}
nav ul li a { text-decoration: none; color: #2f4f2f; font-weight: bold; }
main { padding: 2em; max-width: 900px; margin: auto; }
.intro { font-size: 1.2em; margin-bottom: 2em; }
.sections { display: flex; flex-wrap: wrap; gap: 1em; justify-content: center; }
.section-box { background: white; padding: 1em; border-radius: 8px; box-shadow: 0 0 5px #ccc; width: 250px; text-align: center; }
.section-box a { color: #3a6b35; text-decoration: none; font-weight: bold; }
img { max-width: 100%; border-radius: 8px; }