码迷,mamicode.com
首页 > Web开发 > 详细

我的web前端学习之路-CSS-字体和文本

时间:2017-09-17 15:11:30      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:class   name   col   orm   src   es2017   char   css   ext   

技术分享

技术分享

 1 <head>
 2 <meta charset="utf-8">
 3     <title>css字体和文本</title>
 4     <style type="text/css">
 5         .one{font-size: 20px;font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";font-style: italic;text-align: center}
 6         .two{font-size: 20px;line-height: 40px;color: aqua;letter-spacing: 5px;word-spacing: 20px;text-indent: 10px;text-decoration: line-through
 7         }
 8         .one b{font-weight: normal;font-size: 0.7em
 9         }
10     </style>
11 </head>
12 
13 <body>
14     <p class="one">你是大傻<b>sb</b>逼撒比</p>
15     <p class="two">my name is han mei mei!</p>
16 </body>

 

我的web前端学习之路-CSS-字体和文本

标签:class   name   col   orm   src   es2017   char   css   ext   

原文地址:http://www.cnblogs.com/jcx-only1314/p/7535171.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!