alexiiccoggfd
New Member
I have a defined style:\[code\]#style p { padding:10px;}\[/code\]I do not know what elements will be inside the p. Is there a way to say that all elements inside that p should also have padding of 10px? Something like:\[code\]#style p everything { padding:10px;}\[/code\]