TAG
CSS
Result
Run
License
<span class="wrap" data-title="Yellow rose"><img src="https://resrc.devdic.com/img/bykind/alpha/150x135_flower.png" /></span>
.wrap { display: inline-flex; flex-direction: column; align-items: center; } .wrap::after { content: attr(data-title); }
Console
expand_less
License
License
by DevDic
Close