css begin

試著忘記壹切 提交于 2020-02-15 15:40:48

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{ //后面一样

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!