-
How to set background colour in <div> in Lightning Component in Salesforce?
I am trying to set my div background colour.
For example: <div class=”c-container”>, here is my .css
.THIS.c-container { background: #f8f8f8; }But background is not setting as the mentioned colour.
Log In to reply.