Skip to content

Instantly share code, notes, and snippets.

@peterkarn
Created July 24, 2022 11:02
Show Gist options
  • Save peterkarn/9901e7f92396fd067d279f3b40f286cb to your computer and use it in GitHub Desktop.
Save peterkarn/9901e7f92396fd067d279f3b40f286cb to your computer and use it in GitHub Desktop.
img {
background-color: #ccc;
background-size: 30%;
text-align: center;
line-height: 7;
color: #000;
}
img:after {
content: "";
width: 30%;
height: 30%;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
position: absolute;
opacity: 0.5;
background-image: url(../../images/img-icon.png);
background-position: center;
background-size: 50%;
background-repeat: no-repeat;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment