Tell us what’s happening:
The hint is like this
-
Your
img
element should have adisplay
ofblock
. -
Failed:Your
#image
should have amax-width
of100%
.
my CSS Coding is
#image
{
max-width: 100%;
height: auto;
display: block;
}
Your code so far
it did not pass, does not know the reason.
thanks for the help
WARNING
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15
Challenge: Tribute Page - Build a Tribute Page
Link to the challenge: