10 lines
104 B
CSS
10 lines
104 B
CSS
.titolo {
|
|
font-size: 1.5em;
|
|
font-weight: bold;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
button {
|
|
margin: 1em;
|
|
}
|