ajout rectangles lettres

This commit is contained in:
ethylotest
2021-03-30 19:07:56 +02:00
parent d289b58365
commit 2b0aa4d56e
5 changed files with 98 additions and 4 deletions

View File

@@ -2,3 +2,18 @@
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%);
}