File size: 470 Bytes
b68bc92 ef861ba 491bf8e 243b669 8824f88 17025cd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
/* En-têtes h1 centrés */
h1 {
text-align: center;
display: block;
}
/* ---------------------------
1. Fond en transparent
----------------------------*/
html, body {
background: transparent !important;
margin: 0;
padding: 0;
}
/* ---------------------------
2. Masquer le footer Gradio
----------------------------*/
footer {
display: none !important;
}
/* ---------------------------
3. Bulles de messages
----------------------------*/
|