button:after Wat?
HTML
<img>test</img>
CSS
img:after {
width: 100px;
height: 100px;
display: block;
background: #000;
color: #fff;
content:"Wat?";
}
<img>test</img>
img:after {
width: 100px;
height: 100px;
display: block;
background: #000;
color: #fff;
content:"Wat?";
}