Forum Discussion
YusufPatel-9e1b
1 year 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
1 year 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.
Related Content
- 5 months ago
- 3 months ago
- 5 months ago
- 10 months ago