create two version old and new
This commit is contained in:
26
old/styles/lettres.css
Normal file
26
old/styles/lettres.css
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
aside.aside_right .relative_box {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
.rectangle p {
|
||||
margin: auto;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
.rectangle._big {
|
||||
min-width: 290px;
|
||||
height: 290px;
|
||||
margin-right: 20px;
|
||||
background-color: hsla(var(--hue-4), 73%, 61%, 0.6);
|
||||
}
|
||||
.rectangle._little {
|
||||
width: 170px;
|
||||
height: 170px;
|
||||
background-color: hsla(var(--hue-2), 60%, 52%, 0.6);
|
||||
}
|
||||
.rectangle._little p {
|
||||
font-size: 1.7em;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user