part
Description
The part pseudo-element for CSS specifies allows you to select elements that have been exposed via a part attribute.
Syntax
selector::part( <ident>+ ) { property: value; }
Parameters
<ident>
Specifies any valid identifier that is not misinterpreted as a keyword.