Help with Tribute Project

Hey guys,

I`m not being able to finish the code, on the CSS part.

Can someone help me?

I need to cover the last 2 User Story`s.

https://codepen.io/mtsgrillo/pen/Badvaeb

@mtsgrillo, when a test fails click the red button to see which test(s) are failing and text to help you correct the issue.
Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

The first failing message says

The <img> element should responsively resize, relative to the width of its parent element, without exceeding its original size.
Use the "display" style property with a value of "block" for responsive images.: expected 'inline' to equal 'block'
AssertionError: Use the "display" style property with a value of "block" for responsive images.: expected 'inline' to equal 'block'

Do you understand what the test is looking for?

NOTE: Do not include the style tags in codepen’s CSS editor. style tags are HTML and do not belong in CSS. It will give problems if you leave them there.

On a side note, do not replicate the sample projects. They show one way the project can be completed. The instructions say yours should be “functionally similar” and to “give it your own personal style”.
Think of something / someone you’d like to tribute. A favorite author, a band, a potato.

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