close

 

固定在某個圖片相對位置上,加入標誌或是圖案。

 

<style>
    .badge-notify {
        background: none;
        position: relative;
        top: -100px;
        left: 250px;
    }
</style>

 

 


<div class="row">

    @for(int i=0;i<9;i++)
    { 
    <div class="col-lg-4 col-md-4">

        <span class=" badge badge-notify">
        <img src="~/imgs/stars.png" alt="HTML5 Icon" /></span>
        <button class="btn btn-default btn-lg btn-link" style="font-size:36px;">
            <span class="">
                <img src="~/imgs/img.jpg" />
            </span>
        </button>

    </div>
    }
</div>

 

 

 

[效果圖片]

badge badge-notify.png

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 米拉尤咕 的頭像
    米拉尤咕

    米拉尤咕的部落格

    米拉尤咕 發表在 痞客邦 留言(0) 人氣()