“## 1. The element should responsively resize, relative to the width of its parent element, without exceeding its original size.”
I dont know what i am missing…
help!
thanks
“## 1. The element should responsively resize, relative to the width of its parent element, without exceeding its original size.”
I dont know what i am missing…
help!
thanks
my current status:
I see your pen passes all of the tests. Do you have any more issues?
Ey thanks finally i got the solution this way:
#image{
width: 100%;
height: auto;
max-width: 625px;
margin-left: auto;
margin-right: auto;
display: block;
}