Hey there, i’ve started freecodecamp lessons a couple of weeks ago, i’m going through Responsive Web Design Projects. Just finished the first one; everything worked fine except for the responsive image thing. I’ve already solved it after some google but i would like to understand the logics,
#image{
width:100%;
max-width:623px;
display: block; found this line in other post
margin: 0 auto; found this line in other post
}
Any guidance or explanation is appreciated, i would like to read further to understand this