design des carres de couleur lea

This commit is contained in:
ethylotest
2021-04-06 11:46:49 +02:00
parent 3b693062d8
commit 7f36d07a4a
4 changed files with 10 additions and 13 deletions

View File

@@ -5,18 +5,18 @@ aside.aside_right .relative_box {
.rectangle p {
margin: auto;
padding: 5px;
padding: 10px;
text-align: center;
}
.rectangle._big {
min-width: 250px;
height: 400px;
background-color: hsl(var(--hue-1), 80%, 80%);
min-width: 300px;
height: 300px;
background-color: hsla(var(--hue-4), 73%, 61%, 0.6);
}
.rectangle._little {
min-width: 150px;
height: 200px;
background-color: hsl(var(--hue-4), 70%, 80%);
width: 170px;
height: 170px;
background-color: hsla(var(--hue-2), 60%, 52%, 0.6);
}
.rectangle._little p {
font-size: 1.7em;