Commit 4f382c1b authored by Claude Meny's avatar Claude Meny

Update 10.temporary-m3p2/16.waves/20.n2/20.mechanical-waves-2/40.parallel_1/cheatsheet.fr.md

parent 312ada50
Pipeline #22599 canceled with stage
...@@ -21,6 +21,20 @@ $`\def\PSopen{\mathscr{S}_{\smile}}`$ ...@@ -21,6 +21,20 @@ $`\def\PSopen{\mathscr{S}_{\smile}}`$
$`\def\PSclosed{\mathscr{S}_{\displaystyle\tiny\bigcirc}}`$ $`\def\PSclosed{\mathscr{S}_{\displaystyle\tiny\bigcirc}}`$
--> -->
<!-- Définition du style CSS (intégré) -->
<style>
.custom-box {
border: 3px solid #4a89dc; /* Épaisseur (3px) + couleur du contour (bleu) #4a89dc */
background-color: #f0f5ff; /* Couleur de fond (bleu très clair) #f0f5ff */
padding: 15px; /* Espace interne */
border-radius: 8px; /* Coins arrondis */
margin: 0px auto; /* Marge verticale */
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 */
}
</style>
*Cours en construction*, **non validé**. *Cours en construction*, **non validé**.
![](https://m3p2.com/fr/temporary_ins/images/M3P2-validity-state-FR_L1200.jpg) ![](https://m3p2.com/fr/temporary_ins/images/M3P2-validity-state-FR_L1200.jpg)
![](https://m3p2.com/fr/temporary_ins/images/M3P2-maturity-1_L1200.jpg)<details> ![](https://m3p2.com/fr/temporary_ins/images/M3P2-maturity-1_L1200.jpg)<details>
......
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