New Works
More Coming Soon
Coded for Curve under Page Title, but not as good looking as the SqK designed to make better
// Testing Pill Shape Sections
[data-section-id="62a63f3433be737b6c50dde4"]
.section-background {
// background: RGBA(255, 246, 0, .25) !important;
// z-index: ;
margin-top: -60px;
// border-radius: 10% 90% / 1% 10%;
// good : border-radius: 9999px;
border-radius: 30% 30% 30% 30%;
// border-radius: 90px;
border-bottom: 2px solid RGBA(255, 246, 0, 1) !important;
border-right: 2px solid RGBA(255, 246, 0, 1) !important;
border-left: 2px solid RGBA(255, 246, 0, 1) !important;
}
// Now Change the Sections Font Size, color and background color
[data-section-id="62a63f3433be737b6c50dde4"] {
h1{ color: RGBA(75,103,177,1); font-size: 78px; //background-color: yellow !important;
}
}
section[data-section-id="62a63f3433be737b6c50dde2"]
{
z-index: 2;
}
// h1{ font-size: 98px; background-color: yellow !important;}