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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user