版权声明双强调:渐变文本版权提示代码

综合评论245,971字数 75阅读0分15秒

HTML

<div class="gradient-text">
  本资源为本站原创,转载请注明来源、保留版权信息,谢谢合作!
</div>

CCS

.gradient-text {
  height: 40px;
  color: #fff;
  background: linear-gradient(55deg, #250095 0%, #9980FF 25%, #9980FF 50%, #950090 50%, #ff14ed 75%, #ff14ed 100%) no-repeat;
  padding: 8px;
  border-radius: 8px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
  margin-bottom: 0px; /* 增加底部间距 */
}

  文章源自小武站https://1z345.cn/小武站-https://bbs.50-0.cn/1132.html

  • 本文由 admin 发表于 2024年9月2日 00:04:51
  • 转载请务必保留本文链接:https://bbs.50-0.cn/1132.html
匿名

发表评论

匿名网友
:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:
确定