当前位置:   article > 正文

平平科技工作室-HTML-爱心代码

平平科技工作室-HTML-爱心代码

一.效果展示

 两种爱心代码让我们来看一下

二.代码展示

第一个爱心代码

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title></title>
  5. <script src="js/jquery.min.js"></script>
  6. </head>
  7. <style>
  8. * {
  9. padding: 0;
  10. margin: 0;
  11. }
  12. html,
  13. body {
  14. height: 100%;
  15. padding: 0;
  16. margin: 0;
  17. background: #000;
  18. }
  19. .aa {
  20. position: fixed;
  21. left: 50%;
  22. bottom: 10px;
  23. color: #ccc;
  24. }
  25. .container {
  26. width: 100%;
  27. height: 100%;
  28. }
  29. canvas {
  30. z-index: 99;
  31. position: absolute;
  32. width: 100%;
  33. height: 100%;
  34. }
  35. </style>
  36. <body>
  37. <!-- 樱
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/551489
推荐阅读
相关标签
  

闽ICP备14008679号