Chia sẻ File Tài liệu miễn phí nhiều lĩnh vực: Nút xem video YTB và em chi tiết của share spam blogger-affilate
<style>
.btn-box {
display: flex;
gap: 10px;
margin: 15px 0;
}
.btn-custom {
display: flex;
align-items: center;
gap: 8px;
padding: 10px 18px;
border-radius: 30px;
font-size: 15px;
font-weight: 600;
color: #fff;
text-decoration: none;
transition: 0.25s;
}
.btn-custom img {
width: 22px;
height: 22px;
}
/* Nút đỏ */
.btn-red { background: #e94135; }
.btn-red:hover {
background: #ff5b4d;
box-shadow: 0 4px 12px rgba(255,90,70,0.4);
}
/* Nút xanh lá */
.btn-green { background: #2bb673; }
.btn-green:hover {
background: #37d387;
box-shadow: 0 4px 12px rgba(55,211,135,0.4);
}
</style>
<div class="btn-box">
<!-- NÚT 1 -->
<a href="https://link1.com" class="btn-custom btn-red" target="_blank">
<img src="https://cdn-icons-png.flaticon.com/512/1384/1384060.png">
Xem Hướng Dẫn
</a>
<!-- NÚT 2 -->
<a href="https://link2.com" class="btn-custom btn-green" target="_blank">
<img src="https://cdn-icons-png.flaticon.com/512/126/126083.png">
Xem chi tiết
</a>
</div>





