A nossa página oficial do Instagram é oficial.pokelegends/.
<img src="https://wiki.pokelegends.com.br/images/e/e9/Danger_Sign.png" style="width:411px;height:411px;" />
<script>
$(document).ready(function() {
$('div[style="position:relative;"]').hover(
function() {
$('span', this).fadeIn('fast');
},
function() {
$('span', this).fadeOut('fast');
}
);
});
</script>