lure-2026/public/style-screen.css

39 lines
793 B
CSS
Raw Normal View History

2026-01-11 11:36:26 +01:00
/* 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;
}
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
/* VOTRECODE ----------------------------------------------- */
/* ---------------------------------------------------------- */
2026-01-10 18:33:22 +01:00
figure, img{
width: 200px;
}