porta homepage in un componente a parte dividendo il file

aggiunge la striscia del punteggio in basso.
aggiorna il file style.css
This commit is contained in:
Attilio Grilli
2025-03-25 15:14:03 +01:00
parent 6824fb3539
commit 40b5751440
6 changed files with 395 additions and 1 deletions

View File

@@ -106,3 +106,19 @@ button:focus-visible {
background-color: blue;
color: white
}
.striscia {
position:fixed;
text-align: right;
bottom: 50px;
right: 10px;
margin-left: -10000px;
}
.striscia .item {
width: 25px;
text-align: center;
font-weight: bold;
display: inline-block;
background-color: rgb(206, 247, 3);
color: blue;
border-radius: 5px;
}