HTML styles in Web2

What is the best way to use HTML styles in Web2?

Any standard you recommend?

For example:
<body style="background-color:powderblue;">

In App.HTMLHeader:

<style>
     body {
          background-color: powderblue;
    }
</style>

But you can provide a modified Bootstrap theme easily for things like this:

2 Likes