<div class="container">
<p>I'm originally white text on blue!</p>
<img class="image" src="https://i2.imgpile.com/i/QeH9i.jpg" />
</div>
.container {
width: 100%;
padding: 20px;
color: white;
background: blue;
filter: invert(1);
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.