Citar
Código
Código
.Coin:hover{ cursor:pointer; -moz-box-shadow: 0px 0px 42px #12bfff; -webkit-box-shadow: 0px 0px -2px #12bfff; box-shadow: 10px 0px 44px #12bfff; } .Coin{ background-image: url("../Imgs/coin.png"); width: 100px; height: 100px; background-size: 100px 100px; display: flex; justify-content: center; align-items: center; } .Coin p{ font-size:20px; color:white; }