Modals Bootstrap 5Free+ CSS+ JS
Amazing Email Subscribe popup modal animation: a hand-crafted, open-source Bootstrap 5 modal. HTML, CSS & JS included, ready to copy.
2.0k views26 downloads
gosnippets.com/preview/amazing-email-subscribe-popup-modal-animation
Source Code
1<section class="container">
2 <section class="one">
3 <div class="logo">
4 <img src="https://image.flaticon.com/icons/svg/143/143361.svg">
5 </div>
6 <h2 class="heading">
7 Please subscribe to get updates
8 </h2>
9 <p> Signup with your email to get latest updates
10 </p>
11 <form>
12 <input type='text' placeholder="enter your email"><br/>
13 <button class="btn" role="button">
14 Subscribe
15 </button>
16 </form>
17 </section>
18 <section class="two">
19 <h3>
20 Thank you for subscribing !
21 </h3>
22 <div class="close">
23 </div>
24 </section>
25</section>
26
27<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>More Modals snippets

Bootstrap Delete Confirmation Modal snippet
Bootstrap Delete Confirmation Modal snippet — a free Bootstrap 5 modal snippet. Copy the HTML and paste straight into your Bootstrap 5 project.
ModalsView →

Bootstrap Simple Success Confirmation Popup snippet
Free Bootstrap 5 modal snippet — Bootstrap Simple Success Confirmation Popup snippet. Preview, copy HTML, drop it into any Bootstrap 5 project.
ModalsView →

Bootstrap 5 customer ratings modal snippets with emojis
Add a modal to your UI with Bootstrap 5 customer ratings modal snippets with emojis. Free Bootstrap 5 code — HTML & CSS ready to copy, MIT licensed.
ModalsView →
Comments(0)
No comments yet — be the first to start the discussion.
Sign in to join the conversation.