Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

How can I get gradient text in mozilla without using images and only by using css

  • 3 trả lời
  • 11 gặp vấn đề này
  • 9 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

just like we can achieve gradient text using the below css code background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eef109));

          -webkit-background-clip: text;

-webkit-text-fill-color: transparent;

just like we can achieve gradient text using the below css code background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eef109)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;

Tất cả các câu trả lời (3)

more options

Được chỉnh sửa bởi cor-el vào

more options

I just want to give a gradient color to my text in a div with no background color.How can I achieve it?

more options

Được chỉnh sửa bởi cor-el vào