Styles for Webpage - Web2

Currently I’m building a Webapp.
In Web1 I had these webstyles I could have assigned to several webobjects.
In Web2 I have no idea how to just get the background of one page to be black.
Does anybody know the trick?

Add an Opening event and this code:

// change background to black
me.Style.BackgroundColor = Color.Black
2 Likes

Hi @AlbertoD ,
thanks for the hint.
That’s really doing the job.

1 Like