4 lines
57 B
CSS
4 lines
57 B
CSS
#numero {
|
|
font-size: 5em;
|
|
}
|
|
.hide { display: none; }
|
#numero {
|
|
font-size: 5em;
|
|
}
|
|
.hide { display: none; }
|