Code hay

Background Gradient CSS

Dùng trong trường hợp theme không hỗ trợ background gradient ( Flatsome,…). Có thể áp dụng cho section hoặc menu.

Có thể dùng to Bottom hoặc to right: background-image: linear-gradient(to right,#fbc2eb,#a6c1ee);

.box__mau__sac {
    background-image: linear-gradient(to bottom, #0e4798, #4b449f, #743d9f, #98329a, #b71f8e);
    padding: 15px;
    border-radius: 15px;
}

Related Articles

Back to top button