博客列表 >7/30号作业

7/30号作业

肖
原创
2021年07月03日 17:03:06331浏览
  1. <html lang="zh-CN">
  2. <head>
  3. <meta charset="UTF-8">
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>图标演示</title>
  7. <link rel="stylesheet" href="./stt.css">
  8. </head>
  9. <body>
  10. <span class="iconfont icon-cs-xx-1"></span>
  11. <span class="iconfont icon-ico_star"></span>
  12. </body>
  13. </html>
  14. CSS样式
  15. @import url("./font_icon/iconfont.css");
  16. .icon-ico_star {
  17. font-size: 3em;
  18. color: aqua;
  19. }
  20. .icon-cs-xx-1 {
  21. font-size: 8rem;
  22. color: rgb(0, 255, 115);
  23. }
  24. </html>
声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议