css 文字 渐变色 阴影色_编程笔记

css 文字 渐变色 阴影色

2024-12-24 09:24:04  浏览:542  作者:保利尼奥
颜色地址:https://www.shfengchen.com/
<h1>About Fengchen</h1>

<style>
  h1 {
	background: linear-gradient(180deg,#359029 0,rgba(53,144,41,0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: .45;
	font-family: arial;
	color: rgba(255,255,255,.28);
	text-transform: uppercase;
	white-space: nowrap;
	font-size: .45rem;
	height: 30px;
	line-height: 1;
	display: block;
	overflow: hidden
  }
</style>


评论区

共 0 条评论
  • 这篇文章还没有收到评论,赶紧来抢沙发吧~

【随机内容】

返回顶部