Tell us what’s happening:
I am having trouble with step number 8 ( The element should responsively resize, relative to the width of its parent element, without exceeding its original size.) I’ve tried using max-width, width in px, em and rems and nothing is working. can anyone help or point me in the right direction.
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 11021.56.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.76 Safari/537.36.
use %, 100% is the total width of the parent side to side, 50% is half. So when the size of the parent change the size of the children resize proportionaly