Blogger Information
Blog 2
fans 0
comment 0
visits 868
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
7/30号作业
Original
342 people have browsed it
  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>
Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post