added new style

This commit is contained in:
2025-09-24 14:05:51 -06:00
parent ab0a3030ae
commit 0b537d1e83
8 changed files with 150 additions and 147 deletions
+24 -24
View File
@@ -1,35 +1,35 @@
.logo {
position: relative;
filter: invert(1);
z-index: 3;
margin: 5px;
position: relative;
filter: invert(1);
z-index: 3;
margin: 5px;
}
.cedetecContainer {
position: absolute;
top: 0;
right: 0;
width: 300px;
height: 100%;
z-index: -1;
position: absolute;
top: 0;
right: 0;
width: 300px;
height: 100%;
z-index: -1;
}
.cedetecContainer::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(to right, #f9f9f9, rgba(128, 128, 128, 0));
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to right, #f9f9f9, rgba(128, 128, 128, 0));
}
.yellowPart {
position: absolute;
content: "";
top: 0;
left: -20px;
width: 50%;
height: 100%;
min-width: 300px;
background: #d59f0f;
transform: skew(-45deg);
z-index: 0;
position: absolute;
content: "";
top: 0;
left: -20px;
width: 50%;
height: 100%;
min-width: 300px;
background: #bd8c01;
transform: skew(-45deg);
z-index: 0;
}