Méthode Annedelona
Question 1
C'est une méthode minceur inspirée de la soupe au chou de nos grands-mères
Question 2
Durée 7 jours
Question 3
Durée 14 jours
Question 4
Liste des ingrédients
* { margin: 0; padding: 0; } body { font-family: sans-serif; } header { background-color: #fff; padding: 20px; } h1 { font-size: 2em; margin-top: 0; } main { margin-top: 20px; } section { border: 1px solid #ccc; padding: 20px; } ul { list-style: none; } li { display: inline-block; } a { text-decoration: none; color: #000; } a:hover { color: #fff; background-color: #000; } #sommaire { position: fixed; top: 0; right: 0; width: 200px; background-color: #fff; z-index: 100; } #sommaire ul { margin: 0; padding: 0; } #sommaire ul li { display: block; padding: 10px; text-align: center; } #sommaire ul li a { display: block; width: 100%; height: 100%; cursor: pointer; } #sommaire ul li a:hover { background-color: #ccc; } #question-1, #question-2, #question-3, #question-4 { display: none; } #sommaire ul li a:hover + section { display: block; } #sommaire ul li a:after { content: "+"; font-size: 20px; color: #000; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); } #sommaire ul li a:hover:after { content: "-"; }