<div class="section"> 
    <div class="container" id="content"> 
        <div class="row"> 
            <div class="col-12 col-lg-7"> 
                <?php echo $artikel['isi'] ?> 
            </div> 
        </div> 
 
    </div> 
</div> 
 
<div class="section background background-no-bottom mb-0"> 
    <div class="container"> 
        <div class="row"> 
            <div class="col-12 offset-0 col-lg-8 offset-lg-2 text-center"> 
                <h1>Newsletter</h1> 
                <p> 
                    To receive our newsletter please complete the form below. We take your privacy 
                    seriously and we will not share your information with others. You can unsubscribe 
                    at any time. 
                </p> 
            </div> 
 
            <div class="col-12 offset-0 col-lg-6 offset-lg-3 newsletter-input-container"> 
                <div class="input-group mb-3"> 
                    <input type="text" class="form-control" placeholder="E-mail address"> 
                    <div class="input-group-append"> 
                        <button class="btn btn-secondary btn-xl" type="button">JOIN</button> 
                    </div> 
                </div> 
            </div> 
        </div> 
 
    </div> 
</div>
 
 |