我想在内容正文中添加Bootstrap弹出框

时间:2019-05-23 06:02:00

标签: html bootstrap-4

我想在内容主体中添加Bootstrap弹出窗口,在其中我希望在内容主体中有两个名为“更新配置文件”和“注销”的链接。我想将这个Popover应用于整个div部分(div宽度大约为100px,高度为70px)。所以任何人都可以帮助我!谢谢!!

//Main Row starts of div section where i want to apply popover
<div class="row">
    <div class="col-sm-1">
        <li><img class="rounded-circle img-responsive" src="https://s3.eu-central-1.amazonaws.com/no-user-image.png" alt="image"  style="width: 40px; margin-left: 10px" > </li>
    </div>
    <div class="col-sm" style="margin-left: 35px">
    //second row starts in between a main row(of second column i.e just defined above with margin-left:35px ) 
        <div class="row">
            <div class="col-sm"><h4 class="small"> Amy Jackson </h4>
                <div class="row">
                    <div class="col-sm"><h2 class="small" >amy@gmail.com</h2></div>
                </div>
            </div>
        </div>
    </div>
</div>

0 个答案:

没有答案
相关问题