三角

    <style>
    .triangle {
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid;
        border-color: lightblue transparent transparent transparent;
    }
    </style>
    <div class="triangle"></div>
posted @ 2017-03-17 10:17  peng2015  阅读(112)  评论(0编辑  收藏  举报