Tạo button 7 màu bằng CSS với hiệu ứng hover tuyệt đẹp cho Blogspot. Button bằng CSS, hiệu ứng hover đẹp.


Chèn CSS vào dưới thẻ <style>
.rainbow-button { width:calc(20vw + 6px); height:calc(8vw + 6px); background-image: linear-gradient(90deg, #00C0FF 0%, #FFCF00 49%, #FC4F4F 80%, #00C0FF 100%); border-radius:5px; display:flex; align-items:center; justify-content:center; text-transform:uppercase; font-size:3vw; font-weight:bold; } .rainbow-button:after { content:attr(alt); width:20vw; height:8vw; background-color:#191919; display:flex; align-items:center; justify-content:center; } .rainbow-button:hover { animation:slidebg 2s linear infinite; } @keyframes slidebg { to { background-position:20vw; } }

CÁCH SỬ DỤNG
<a href="#" class="rainbow-button" alt="Nghĩa Rồng"></a>

Chúc các bạn thành công.
- - 5 bình luận
CHUYÊN MỤC

Tạo button 7 màu bằng CSS với hiệu ứng hover tuyệt đẹp cho Blogspot. Button bằng CSS, hiệu ứng hover đẹp.

BÌNH LUẬN (5)

Một số lưu ý khi bình luận

Vui lòng xem Hướng Dẩn Sử dụng trước khi bình luận

Bấm Thông báo cho tôi bên dưới khung bình luận để nhận thông báo khi admin trả lời

Mọi bình luận sai nội quy sẽ bị xóa mà không cần báo trước (xem nội quy)