css

当前位置:首页 > 前端 > css

css 文字 渐变色 阴影色

颜色地址: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>


上一篇:input 不自动填充字段值

下一篇:已经是最后一篇

相关内容

文章评论

表情

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