Forum Discussion
YusufPatel-9e1b
6 months agoCommunity Member
Is there any way to blend background colours in Rise to flow onto the next block?
I am trying to create a course where the colours match throughout the whole course. I would like some parts such as headers to blend into the next block. So for instance from green to black (see exa...
WilfriedSharp-3
6 months agoCommunity Member
Hi Yusuf, Im not sure if this is what you mean, but you can change the style of the heading tag via inspect the HTML and use a color gradient.
I used this code
<h2 style="padding: 15px; text-align: center; background: linear-gradient(to bottom, #319277, black);"></h2>
Then I used a black background for the text box below.