首页 > Web开发 > 详细

css begin

时间:2020-02-15 17:10:51      阅读:73      评论:0      收藏:0      [点我收藏+]

3种方法:1,inline2,internal:3,external:

1,inline:
<h1 style="color: red;">hel</h1>
2,internal:
<style>
        h1{
            color:blue;
        }
    
</style>
3,external:
<link rel="stylesheet" type="text/css" href="css/style.css">

技术分享图片

 

 background-color

color:

font: .........= below

font-family=xxxx=字体

font-size=16px=大小

font-weight=100, bond, normal=粗细

light-height= 1.5em/ 1.3px=行高

class

.className{ //后面一样

css begin

原文:https://www.cnblogs.com/vhyc/p/12312300.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!