corrections

This commit is contained in:
Julie Blanc 2026-01-11 11:36:26 +01:00
parent b8cba4a52f
commit cd599ef822
8 changed files with 44 additions and 14 deletions

View file

@ -8,6 +8,7 @@
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
position: relative;
}
a {
color: currentColor;

View file

@ -1,4 +1,18 @@
@import "modules/base.css";
/* NEPASTOUCHERCECODE ------------------------------------- */
/* ---------------------------------------------------------- */
* {
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{
@ -7,17 +21,19 @@
background: Lavender;
font-size: 30px;
border-radius: 10px;
a{
color: currentColor;
text-decoration: none;
padding: 0.75ch 1ch;
}
}
/* VOTRECODE ----------------------------------------------- */
/* ---------------------------------------------------------- */
figure, img{
width: 200px;
}