Tell us what’s happening: Hi there i’ve solved the step however i was thinking that a static 300px : height: calc(100vh - 300px); will not account for the scale increase of the penguin?
i was wondering wether there is a way to reference a variable that is changing into the calc
i thought of creating a variable in root: but i would still have to set it at 300 px meaning it is not scaling also.
is There a way to reference another objects height or width or other values in css?