ea44fe5802
- migliorato aggiunta anta e split
17 lines
363 B
CSS
17 lines
363 B
CSS
.my-component {
|
|
border: 2px dashed red;
|
|
padding: 1em;
|
|
margin: 1em 0;
|
|
background-image: url('background.png');
|
|
}
|
|
|
|
|
|
/* gestione SVG responsive */
|
|
.responsive-svg {
|
|
/* SVG scala a fit del container */
|
|
width: 100%;
|
|
/* Altezza massima in rem (caratteri) */
|
|
height: 40rem;
|
|
/* Removes extra space below SVG */
|
|
display: block;
|
|
} |