โค้ดแต่งปุ่ม LIKE ,ดูว่าใครชอบสิ่งนี้

โค้ดแต่งปุ่ม LIKE ,ดูว่าใครชอบสิ่งนี้


โค้ด :

<style type="text/css">
/* code by https://favoritehtml.blogspot.com/ */
a.comment-likes {
    background-color: #000;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
    padding: 0 2px;
    text-decoration: none;
    text-shadow: 0 1px 0 #2f6627;
    transition-duration: .5s
}
a.comment-likes:hover {
    background-color: #BEBEBE
}
a.comment-likes:active {
    position: relative;
    top: 1px
}
a[ng-click="showWhoLikes()"] {
    background-color: #000;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
    padding: 0 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #2f6627;
    transition-duration: .5s
}
a[ng-click="showWhoLikes()"]:hover {
    background-color: #BEBEBE
}
a[ng-click="showWhoLikes()"]:active {
    top: 1px
}
</style>
ถ้าอยากได้สีนอกเหนือจากนี้
ติดต่อมาที่โปรไฟล์
https://www.soichat.com/sontangprofile

ความคิดเห็น