design des carres de couleur lea
This commit is contained in:
@@ -41,7 +41,9 @@
|
||||
}
|
||||
.gallery .card > * {
|
||||
/*vertical space between elements inside of cards*/
|
||||
/*
|
||||
margin: var(--gallery-gap-unit) 0px;
|
||||
*/
|
||||
}
|
||||
.gallery .card img {
|
||||
/*height of imgs, hence of lines*/
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user