Commit e7d26e0a authored by Claude Meny's avatar Claude Meny

Update cheatsheet.fr.md

parent ab5f8eca
Pipeline #22371 canceled with stage
......@@ -34,9 +34,10 @@ lessons:
padding: 15px; /* Espace interne */
border-radius: 8px; /* Coins arrondis */
margin: 20px 0; /* Marge verticale */
display: block; /* S'adapte à la largeur du contenu */
width: 100%; /* Ne dépasse pas la largeur de la page */
display: inline-block; /* S'adapte à la largeur du contenu */
max-width: 100%; /* Ne dépasse pas la largeur de la page */
box-sizing: border-box; /* Inclut le padding/border dans la largeur */
text-align: center;
}
</style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment