2026-01-11 11:36:26 +01:00
|
|
|
|
/* NE PAS TOUCHER CE CODE ------------------------------------- */
|
|
|
|
|
|
/* ---------------------------------------------------------- */
|
|
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
|
-moz-font-smoothing: antialiased;
|
|
|
|
|
|
-o-font-smoothing: antialiased;
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
}
|
|
|
|
|
|
a {
|
|
|
|
|
|
color: currentColor;
|
|
|
|
|
|
}
|
2026-01-10 18:33:22 +01:00
|
|
|
|
|
|
|
|
|
|
#btn-print{
|
|
|
|
|
|
|
|
|
|
|
|
color: IndianRed;
|
|
|
|
|
|
border: 2px solid currentColor;
|
|
|
|
|
|
background: Lavender;
|
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
|
a{
|
|
|
|
|
|
color: currentColor;
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
padding: 0.75ch 1ch;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2026-01-11 11:36:26 +01:00
|
|
|
|
|
|
|
|
|
|
/* VOTRE CODE ----------------------------------------------- */
|
|
|
|
|
|
/* ---------------------------------------------------------- */
|
|
|
|
|
|
|
|
|
|
|
|
|
2026-01-10 18:33:22 +01:00
|
|
|
|
figure, img{
|
|
|
|
|
|
width: 200px;
|
|
|
|
|
|
}
|