css框架学习

css重新学习

1.css的语法自行百度没什么可以说的。

2.css的选择器

(1)类选择器 :class用法是,.h1{color:red}

(2)id选择器 :id用法是,#h1{height:300px}

(3)符合选择器 : 用法是 .h1 img{height:400px; width:300px}

3.css的样式:

背景,文本,字体,链接,列表,表格

背景:background-color

文本:有一些不是常用的就不写了

text-indent:1cm ;文本缩进1cm

text-align :left,right,center;

字体:font-size

猜你喜欢

转载自www.cnblogs.com/qijiang123/p/12153958.html