Skip to content

Instantly share code, notes, and snippets.

View Tchangang's full-sized avatar

Tchangang Boris-Emmanuel Tchangang

View GitHub Profile
@Tchangang
Tchangang / client.js
Created May 6, 2020 16:22
Front to handle card info
var stripe = Stripe("xxxxxxxxxxxxxxxxxxx");
var elements = stripe.elements();
var style = {
base: {
color: "#32325d",
fontFamily: 'Arial, sans-serif',
fontSmoothing: "antialiased",
fontSize: "16px",
"::placeholder": {