Is there a way for an element to inherit specific characteristics from another element, such as height, width, and position, without including others like filters? I'm looking for a solution that doesn't involve using percentages. For example:
div{
mimic: #id(width height position);
}
I believe this can be achieved with JavaScript by extracting attributes...