Tribute Page - Build a Tribute Page

Tell us what’s happening:
The hint is like this

  • Your img element should have a display of block.

  • Failed:Your #image should have a max-width of 100%.
    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:

we need to see all of your index.html and all of your css code

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.