Ajout du fond perdu
This commit is contained in:
@@ -37,6 +37,19 @@ body {
|
||||
.canbreak{
|
||||
page-break-before: always;
|
||||
}
|
||||
.image-bleed-left{
|
||||
position: absolute;
|
||||
width: calc(100% + 3mm);
|
||||
height: calc(100% + 6mm);
|
||||
margin-left: -3mm;
|
||||
margin-top: -3mm;
|
||||
}
|
||||
.image-bleed-right{
|
||||
position: absolute;
|
||||
width: calc(100% + 3mm);
|
||||
height: calc(100% + 6mm);
|
||||
margin-top: -3mm;
|
||||
}
|
||||
.image-cover {
|
||||
page: imagecover;
|
||||
background-size: cover;
|
||||
|
||||
Reference in New Issue
Block a user