爱心代码-HTML

爱心代码-HTML本文展示了如何使用 HTML 生成一个动态跳动的爱心效果

效果图:
代码生成的是动态的,跳动的心
可复制直接用
在这里插入图片描述

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
  <head>
    <title>New Document</title>
    <meta name="Generator" content="EditPlus" />
    <meta name="Author" content="" />
    <meta name="Keywords" content="" />
    <meta name="Description" content="" />
    <style> html, body { 
      height: 100%; padding: 0; margin: 0; background: #000; } canvas { 
      position: absolute; width: 100%; height: 100%; } .a { 
      width: 100px; height: 100px; position: absolute; left: 40%; top: 25%; } h3 { 
      font-family: "fangsong"; font-size: 6em; color: transparent; } span { 
      display: table-cell; animation: san 3s linear infinite; } h3 span:nth-child(1) { 
      animation-delay: 0s; } h3 span:nth-child(2) { 
      animation-delay: 0.1s; } h3 span:nth-child(3) { 
      animation-delay: 0.2s; } h3 span:nth-child(4) { 
      animation-delay: 0.3s; } h3 span:nth-child(5) { 
      animation-delay: 0.4s; } h3 span:nth-child(6) { 
      animation-delay: 0.5s; } h3 span:nth-child(7) { 
      animation-delay: 0.6s; } h3 span:nth-child(8) { 
      animation-delay: 0.7s; } h3 span:nth-child(9) { 
      animation-delay: 0.8s; } h3 span:nth-child(10) { 
      animation-delay: 0.9s; } @keyframes san { 
      0%, 100% { 
      color: rgb(255, 255, 255); text-shadow: 0 0 5px rgb(234, 128, 176), 0 0 15px rgb(234, 128, 176), 0 0 25px rgb(234, 128, 176), 0 0 50px rgb(234, 128, 176), 0 0 80px rgb(234, 128, 176), 0 0 120px rgb(234, 128, 176), 0 0 160px rgb(234, 128, 176), 0 0 200px rgb(234, 128, 176), 0 0 300px rgb(234, 128, 176), 0 0 400px rgb(234, 128, 176), 0 0 500px rgb(234, 128, 176); } 20%, 80% { 
      color: transparent; text-shadow: none; } } </style>
  </head>

  <body>
    <div class="a">
      <h3>
        
编程小号
上一篇 2025-03-23 10:11
下一篇 2025-03-24 23:51

相关推荐

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/bian-cheng-ji-chu/97134.html