阶段二day02-总结

一,CSS选择器

1.通配符 - * {}
2.标签选择器 - a{}
3.并列选择器 - h1,h2,h3{}
4.类选择器 - .note{}
5.id选择器 - #note{}
6.字类选择器 - p>a{}
7.后代选择器 - p a{}

二,颜色

color:
如何指定颜色
颜色术语和颜色对比
背景色

三,文本

1.文本的大小和字型(font-size / font-family)
2.粗细、样式、拉伸和装饰 (font-weight / font-style / font-stretch / text-decoration)
3.行间距(line-height)、字母间距(letter-spacing)和单词间距(word-spacing)
4.对齐(text-align)方式和缩进(text-ident)
5.链接样式(:link / :visited / :active / :hover)
6.阴影效果 - text-shadow
7.首字母和首行文本(:first-letter / :first-line)

四,盒子

1.盒子大小的控制(width / height)
2.盒子的边框、外边距和内边距(border / margin / padding)
3.盒子的显示和隐藏(display / visibility)
4.边框图像(border-image)
5.投影(border-shadow)
6.圆角(border-radius)

你可能感兴趣的:(阶段二day02-总结)