Tribute Page Background Change

https://codepen.io/tanctrl/pen/vYXqQaz

I would like to be able to make my tribute page’s background be white at the bottom.

here is the code pin. I have tried creating a new element with an id named “main2”

there is a commit showing where I am trying to change it to white.

Hi there,

The problem is here:

<main2 id=main2>

<main2> is not a valid HTML tag. You can use the <div> tag to enclose what you want in white instead.

Hope that helps.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.