4,554
edits
No edit summary Tag: Manual revert |
No edit summary |
||
Line 116: | Line 116: | ||
background-color: white; | background-color: white; | ||
border: 1px solid; | border: 1px solid; | ||
} | } | ||
Line 123: | Line 122: | ||
z-index: 1; /* Ensure it's above the wrapper */ | z-index: 1; /* Ensure it's above the wrapper */ | ||
padding: 20px; | padding: 20px; | ||
} | } | ||
Line 132: | Line 130: | ||
background-color: white; | background-color: white; | ||
padding: 20px; | padding: 20px; | ||
-webkit-backface-visibility: hidden; | |||
-webkit-transform: translateZ(0) scale(1, 1); | |||
} | } | ||
Line 137: | Line 137: | ||
border: 1px solid black; /* Adjust the border style as needed */ | border: 1px solid black; /* Adjust the border style as needed */ | ||
transform: rotate(-2.5deg); /* Rotate the wrapper */ | transform: rotate(-2.5deg); /* Rotate the wrapper */ | ||
-webkit-backface-visibility: hidden; | |||
-webkit-transform: translateZ(0) scale(1, 1); | |||
} | } | ||