skip to Main Content

How to add wave shape at the bottom of Bootstrap card – Html

I'm trying to add a wave graphic to the bottom of my Bootstrap card, but it’s not working correctly. Hers is an image of what I need: Here is my current code: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous"> <div class="container"> <div…

VIEW QUESTION

How can I style stripe credit card fields? – Html

I've been integrating stripe using this html coden bootstrap 4. <div class="form-control" id="card-element"></div> which gives me the following output However, I want to have this design: The JavaScript part is as usual: <script src="https://js.stripe.com/v3/"></script> <script> ....... ....... stripe = Stripe(publishableKey);…

VIEW QUESTION
Back To Top
Search