I have a nesting of HTML tags: <div className="col-md-4"> <ul className="list-group"> //some other tags </ul> </div> I want them all to have the same background colour. I tried setting the background colour of the topmost one, but the background of the components within it remains white. The nested tags are distributed through several source files […]
The post Make nested components have the same colour appeared first on BlogoSfera.