Hi. I keep on getting this messgae, " 16. Your img element should have a display of block.
17. Your #image should have a max-width of 100%.". While I have :
img{
display: block;
}
#image{
max-width:100%;
}
Please fix thing on your side
Hi. I keep on getting this messgae, " 16. Your img element should have a display of block.
17. Your #image should have a max-width of 100%.". While I have :
img{
display: block;
}
#image{
max-width:100%;
}
Please fix thing on your side
Please post your full code and a link to the project so we can help you fix the problem on your side
I managed to fix it. Thnx thou