39 lines
No EOL
793 B
CSS
39 lines
No EOL
793 B
CSS
/* 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;
|
||
}
|
||
|
||
#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;
|
||
}
|
||
}
|
||
|
||
|
||
|
||
/* VOTRE CODE ----------------------------------------------- */
|
||
/* ---------------------------------------------------------- */
|
||
|
||
|
||
figure, img{
|
||
width: 200px;
|
||
} |