Landing › Forums › Somentra (Impeka) › Feedback › Expanded Column Background comes late › Reply To: Expanded Column Background comes late
December 30, 2021 at 1:00 pm
#1758
I guess there are no limits regarding gradient color steps.
I would recommend you to check some visual gradient CSS generators like: cssgradient.io
.bgtrick {
background: linear-gradient(90deg, rgba(219,219,219,1) 0%, rgba(219,219,219,1) 50%, rgba(255,0,0,1) 50%, rgba(0,39,255,1) 100%);
}
PS: Do not forget to adjust your CSS for all breakpoints, since it will break things as soon as inner columns adjust their set width.

