In HTML you can change background colours within a single page layout by using
BLUE SECTION BEGIN
div class=“background bg-color1”
in the html code
AND having
.bg-color1 {background:#59c5f7;}
in your css file.
Can I do the same in bubble or is their a new standard to learn?
Thank you,
JOhn
Jici
2
You should use group. Group arecontainers like div
Then I take it that groups can be ‘merged’ together to make for a page that changes color? Thanks for the tip!
Got it! Thanks for pointing me in the right direction! I had to set border to ‘none’ and roundness to ‘0’ and everything came together.! Thanks!
1 Like