一款炫彩文字好看的滚动跑马灯

一款炫彩文字好看的滚动跑马灯

Hackeus
2022-07-25 / 0 评论 / 130 阅读 / 正在检测是否收录...

跑马灯在网站某些位置,用做广告、公告等,非常好看又实用
把以下代码放到你想放的位置即可,大小、文字均可更改哦~

<!--跑马灯公告-->
<style>
  #nr{font-size:20px; margin: 0; background: -webkit-linear-gradient(left, #ffffff, #ff0000 6.25%, #ff7d00 12.5%, #ffff00 18.75%, #00ff00 25%, #00ffff 31.25%, #0000ff 37.5%, #ff00ff 43.75%, #ffff00 50%, #ff0000 56.25%, #ff7d00 62.5%, #ffff00 68.75%, #00ff00 75%, #00ffff 81.25%, #0000ff 87.5%, #ff00ff 93.75%, #ffff00 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-size: 200% 100%; animation: masked-animation 2s infinite linear;} @keyframes masked-animation{0%{background-position: 0 0;} 100%{background-position: -100%, 0;} }
</style>
    <div style="background-color:#333;border-radius:25px;box-shadow:0px 0px 5px #f200ff;padding:5px;margin-bottom:0px;">
        <marquee>
        <b id="nr">欢迎访问核客互动博客 blog.hackeus.cn</b> </marquee></div>
0

评论

博主关闭了所有页面的评论