My fashion sense is specific:
#style p {
padding:10px;
}
I'm unsure which elements will be nested inside the paragraph. Is there a method to apply 10px padding to all elements within that paragraph? Can it be done like this?
#style p everything {
padding:10px;
}