Commit f9e461a1 authored by Claude Meny's avatar Claude Meny

Update cheatsheet.fr.md

parent e7d26e0a
Pipeline #22372 canceled with stage
......@@ -28,6 +28,11 @@ lessons:
<!-- Définition du style CSS (intégré) -->
<style>
.box-container {
display: flex;
justify-content: center; /* Centre horizontalement */
margin: 20px 0;
}
.custom-box {
border: 3px solid #4a89dc; /* Épaisseur (3px) + couleur du contour (bleu) #4a89dc */
background-color: #f0f5ff; /* Couleur de fond (bleu très clair) #f0f5ff */
......@@ -37,7 +42,6 @@ lessons:
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