This commit is contained in:
zadit
2025-02-02 18:17:56 +07:00
parent b0813e1519
commit 02e101025e
13 changed files with 216 additions and 738 deletions

View File

@@ -9,7 +9,7 @@
font-family: Arial, sans-serif;
align-items: center;
position: relative;
margin-bottom: 5px;
margin-bottom: 10px;
}
/* Left side (with the rotated code and dotted line) */
@@ -75,12 +75,12 @@
}
.RibbonBannerInverted h1 {
margin: 0; /* Remove default margin */
font-size: 18px; /* Adjust font size as needed */
transform: rotate(-44.7deg)scale(-1,1); /* Rotate the text */
transform-origin: center; /* Rotate around its center */
white-space: nowrap; /* Prevent text wrapping */
margin: 0;
font-size: 17px;
transform: rotate(-44.7deg) scale(-1, 1);
transform-origin: center;
white-space: nowrap;
position: absolute;
top: 57px;
left: -12px;
top: 58px;
left: -8px;
}