📜  真棒字体谷歌图标彩色css代码示例

📅  最后修改于: 2022-03-11 14:47:43.595000             🧑  作者: Mango

代码示例1
.fa-google {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}