ajout rectangles lettres
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user