I am trying to create the spine of a book cover by using the following css:
This produces what it should when viewed with Chrome, but not with the Prince pdf output (see attached, please).
Any suggestions?
Thanks
.spine{
position: absolute;
top: 50%;
left: 50%;
background-color: black;
color: white;
width: 9.25in;
height: 0.504448in;
padding: 0;
border: 0;
margin-left: -4.625in;
margin-top: -0.252224in;
transform-origin: 50% 50%;
transform: rotate(90deg);
}
This produces what it should when viewed with Chrome, but not with the Prince pdf output (see attached, please).
Any suggestions?
Thanks