SAE_WEB_S1/CSS/print.css

15 lines
118 B
CSS
Raw Permalink Normal View History

2024-01-18 15:28:25 +01:00
nav,footer{
display: none;
}
2024-01-18 16:49:48 +01:00
#btn-print{
display: none;
2024-01-19 12:07:30 +01:00
}
#information-sup{
display: none;
2024-01-19 14:39:33 +01:00
}
*{
color: black;
2024-01-18 16:49:48 +01:00
}