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;" />
<img src="https://wiki.pokelegends.com.br/images/e/e9/Danger_Sign.png" style="width:100%;height:100%;" />
<script>
$(document).ready(function() {
$('div[style^="position:relative"]').hover(function() {
$(this).find('div').fadeTo('fast', 1);
}, function() {
$(this).find('div').fadeTo('fast', 0);
});
});
</script>