lure-2026/assets/style-screen.css
2026-01-11 11:36:26 +01:00

39 lines
No EOL
793 B
CSS
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* 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{
color: IndianRed;
border: 2px solid currentColor;
background: Lavender;
font-size: 30px;
border-radius: 10px;
a{
color: currentColor;
text-decoration: none;
padding: 0.75ch 1ch;
}
}
/* VOTRECODE ----------------------------------------------- */
/* ---------------------------------------------------------- */
figure, img{
width: 200px;
}