svg-demo/repeat/style.css

26 lines
317 B
CSS
Raw Normal View History

2024-10-11 07:36:03 +00:00
html,
body {
margin: 0;
padding: 0;
}
.spacer {
width: 0;
height: 2rem;
}
.girlande {
width: 100%;
background-repeat: repeat-x;
}
.girlande--300x50 {
height: 50px;
background-image: url(girlande-300x50.svg);
}
.girlande--600x100 {
height: 100px;
background-image: url(girlande-600x100.svg);
}