given a div that is 500px wide, is there a way to fill the background with 2 different colors using css? I know it can be done with a background image, but just wondering if it can be done with bg color.
eg :

given a div that is 500px wide, is there a way to fill the
Share
You can’t set multiple background colors, but you could set something like:
As long as you don’t need text to go over the part in red then this would take care of you in one div.