1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<section class="subscribeWarp deepGreenBg"> <p class="whiteFont Roman h1 mb-4">Subscribe our newsletter </p> <p class="big whiteFont">Subscribe our newsletter to stay tuned with our best offers and caring tips.</p> <div class="form-group">
<input type="text" class="form-control subscribe Roman" id="subscribe" aria-describedby="emailHelp" placeholder="Enter your email">
<button type="text" class="yellowBtn subscribeBtn noBorder">Submit</button>
</div>
</section>
|