Cho hỏi tôi có code CSS rồi làm sao để add vào forum làm cho cái tên chuyển 7 màu
Z Zero Private ZeroPrivate 07/01/2019 #1 Cho hỏi tôi có code CSS rồi làm sao để add vào forum làm cho cái tên chuyển 7 màu
PVS Generalissimo Thành viên BQT PVSGeneralissimoThành viên BQT 07/01/2019 #3 Bạn nêu cụ thể mình xem sao, bạn muốn add vào tên nào ?
T thahtrung06 MasterSergeant thahtrung06MasterSergeant 15/03/2020 #6 Bạn dùng CSS như thế này thì cái tên sẽ chuyển 7 màu nhé! Ví dụ tên người dùng ở nhóm style2 (số 2 là id nhóm thành viên của bạn): .username .style2 { background-image: linear-gradient(270deg, #d83b3b, #e3ed20, #20ed2d, #2082ed, #cd20ed, #20edbe) !important; background-size: 1200% 1200% !important; animation: hacobi1102 30s ease infinite !important; color: transparent; -webkit-background-clip: text; font-weight: 900; }
Bạn dùng CSS như thế này thì cái tên sẽ chuyển 7 màu nhé! Ví dụ tên người dùng ở nhóm style2 (số 2 là id nhóm thành viên của bạn): .username .style2 { background-image: linear-gradient(270deg, #d83b3b, #e3ed20, #20ed2d, #2082ed, #cd20ed, #20edbe) !important; background-size: 1200% 1200% !important; animation: hacobi1102 30s ease infinite !important; color: transparent; -webkit-background-clip: text; font-weight: 900; }