Skip to content

Instantly share code, notes, and snippets.

@asllanmaciel
Created August 9, 2022 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asllanmaciel/e86f00b5830768fd8fa4a090263df928 to your computer and use it in GitHub Desktop.
Save asllanmaciel/e86f00b5830768fd8fa4a090263df928 to your computer and use it in GitHub Desktop.
Métodos de Pagamentos (BR) com Sprite CSS
.visa {
background:url(https://i.imgur.com/43t9hpN.png) no-repeat -20px -19px;
width:64px;
height:37px
}
.master {
background:url(https://i.imgur.com/43t9hpN.png) no-repeat -93px -19px;
width:64px;
height:37px
}
.elo {
background:url(https://i.imgur.com/43t9hpN.png) no-repeat -165px -19px;
width:64px;
height:37px
}
.amex {
background:url(https://i.imgur.com/43t9hpN.png) no-repeat -238px -19px;
width:63px;
height:37px
}
.aura {
background:url(https://i.imgur.com/43t9hpN.png) no-repeat -20px -73px;
width:63px;
height:37px
}
.diners {
background:url(https://i.imgur.com/43t9hpN.png) no-repeat -92px -74px;
width:64px;
height:37px
}
.paggo {
background:url(https://i.imgur.com/43t9hpN.png) no-repeat -165px -73px;
width:64px;
height:37px
}
.hipercard {
background:url(https://i.imgur.com/43t9hpN.png) no-repeat -238px -73px;
width:64px;
height:37px
}
.itau {
background:url(https://i.imgur.com/43t9hpN.png) no-repeat -20px -127px;
width:64px;
height:37px
}
.bradesco {
background:url(https://i.imgur.com/43t9hpN.png) no-repeat -92px -127px;
width:64px;
height:37px
}
.santander {
background:url(https://i.imgur.com/43t9hpN.png) no-repeat -165px -127px;
width:64px;
height:37px
}
.boleto {
background:url(https://i.imgur.com/43t9hpN.png) no-repeat -238px -128px;
width:62px;
height:27px
}
.bb {
background:url(https://i.imgur.com/43t9hpN.png) no-repeat -20px -174px;
width:64px;
height:37px
}
.caixa {
background:url(https://i.imgur.com/43t9hpN.png) no-repeat -93px -174px;
width:64px;
height:37px
}
.pix {
background:url(https://i.imgur.com/43t9hpN.png) no-repeat -165px -174px;
width:65px;
height:37px
}
@asllanmaciel
Copy link
Author

payment-logos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment