Regalamiunsorriso/www/human/abl-human.css

13 lines
252 B
CSS
Raw Normal View History

2026-04-07 18:02:17 +02:00
/* CSS Document */
.human-boxed-text {
display: inline-block;
}
.human-boxed-text span {
display: inline-block;
border: 1px solid black;
padding: 2px;
width: 20px;
height: 30px;
text-align: center;
color: black; /* Colore del testo */
}