Commit 592267a3 authored by Claude Meny's avatar Claude Meny

Update cheatsheet.fr.md

parent 27014042
Pipeline #22355 canceled with stage
......@@ -29,8 +29,8 @@ lessons:
<!-- Définition du style CSS (intégré) -->
<style>
.custom-box {
border: 3px solid #4a89dc; /* Épaisseur (3px) + couleur du contour (bleu) */
background-color: #f0f5ff; /* Couleur de fond (bleu très clair) */
border: 3px solid 006699; /* Épaisseur (3px) + couleur du contour (bleu) #4a89dc */
background-color: #ccffff; /* Couleur de fond (bleu très clair) #f0f5ff */
padding: 15px; /* Espace interne */
border-radius: 8px; /* Coins arrondis */
margin: 20px 0; /* Marge verticale */
......
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