Which missing line of code would place the text on top of the image?

Advertisement

<div class=”container”>
<img src=”grumpy-cat.gif” />
<p>The z-index property is cool!</p>
</div>
img {
position: absolute;
left: 0px;
top: 0px;
// Missing line
}

  • z-index: 1;
  • z-index: -1;
  • z-index: 0;
  • z-index: true;
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Leave a Comment


Share via
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.