Blogger Information
Blog 11
fans 0
comment 0
visits 3124
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
图标的使用
至亲难忘
Original
324 people have browsed it

图标演示

  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>图标</title>
  8. <link rel="stylesheet" href="form.css">
  9. </head>
  10. <body>
  11. <span class="iconfont icon-gouwuche tubiao "></span>
  12. </body>
  13. </html>
  1. @import url('//at.alicdn.com/t/c/font_3958200_jbpm2173eca.css');
  2. .tubiao {
  3. font-size: 4em;
  4. color: rgb(246, 8, 211);
  5. }
  6. .tubiao:hover {
  7. opacity: 0.6;
  8. cursor: pointer;
  9. transition: 0.3s;
  10. }

图标的使用

Correcting teacher:PHPzPHPz

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