css footnote counter et blockquote centrer
This commit is contained in:
@@ -230,6 +230,8 @@ p img{
|
|||||||
}
|
}
|
||||||
|
|
||||||
blockquote{
|
blockquote{
|
||||||
|
|
||||||
|
// align-items: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-image: url("/motifs/croix.png");
|
background-image: url("/motifs/croix.png");
|
||||||
background-size: 0.4cm;
|
background-size: 0.4cm;
|
||||||
@@ -242,18 +244,20 @@ blockquote{
|
|||||||
padding: 2cm;
|
padding: 2cm;
|
||||||
break-before: always;
|
break-before: always;
|
||||||
break-after: always;
|
break-after: always;
|
||||||
|
// display: flex;
|
||||||
& p{
|
& p{
|
||||||
|
|
||||||
|
position: relative;
|
||||||
display: inline;
|
display: inline;
|
||||||
font-size: 28pt;
|
font-size: 28pt;
|
||||||
padding: 0cm 0.1cm;
|
padding: 0cm 0.1cm;
|
||||||
|
|
||||||
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
box-shadow: 0.1cm 0px 0px white, 0.1cm 0px 0px white;
|
box-shadow: 0.1cm 0px 0px white, 0.1cm 0px 0px white;
|
||||||
box-decoration-break: clone;
|
box-decoration-break: clone;
|
||||||
|
|
||||||
line-height: calc(100% + 0.2cm);
|
line-height: calc(100% + 0.2cm);
|
||||||
|
// align-self: center;
|
||||||
|
top: 10%;
|
||||||
|
// transform: translateY(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user