Files
2022_WEBSITE_kosmopolit/styles/lettres.css
2021-03-30 19:07:56 +02:00

20 lines
321 B
CSS

aside.aside_right .relative_box {
border-style: none;
}
.rectangle p {
margin: auto;
text-align: center;
}
.rectangle._big {
min-width: 250px;
height: 400px;
background-color: hsl(var(--hue-1), 80%, 80%);
}
.rectangle._little {
min-width: 150px;
height: 200px;
background-color: hsl(var(--hue-4), 70%, 80%);
}