start branch for template new

This commit is contained in:
2025-01-26 12:37:26 +01:00
parent 9b74f92a4c
commit deb384a31e
13 changed files with 163 additions and 56 deletions
+25
View File
@@ -0,0 +1,25 @@
<style>
body {
content: "";
position: fixed;
top: 0%;
/* Mantiene uno spazio verticale uniforme */
left: 0%;
width: 100%;
/* Riduce la larghezza al 80% dello schermo */
height: 100%;
/* Riduce l'altezza al 80% dello schermo */
background-color: white;
/* Sfondo bianco */
background-image: url('assets/images/xcimac.png');
/* Percorso del logo */
background-repeat: no-repeat;
background-position: center center;
background-size: 35%;
/* Mantiene le proporzioni del logo */
/* Imposta la trasparenza del logo */
z-index: -1;
/* Assicura che il logo rimanga sotto i contenuti */
}
</style>