Heim  >  Artikel  >  Web-Frontend  >  《HTML5与CSS3基础教程》学习笔记 Two Day - 逆光飞翔23

《HTML5与CSS3基础教程》学习笔记 Two Day - 逆光飞翔23

WBOY
WBOYOriginal
2016-05-21 08:35:00812Durchsuche

第七章

1、  样式表:选择器和生命块

2、  !important: 某条声明的重要程度比其他高,在末尾添加

3、  属性值:inherit;  是强制继承

4、  1em=16px;

5、  可以接受不带单位的属性:line-height、z-index、opacity

6、  background-color/color/border/box-shadow/text-shadow: rgba(89,0,127,.2);最后一个是透明度

7、  属性:hsl(95,10%,28%) 色相、饱和度、亮度

第八章

1、  在

第九章

1、  下一级子元素:>               相邻同胞元素:+

2、  选择元素的第一个字母或者第一行:firsr-letter、:first-line【在css3中,使用::代替:】

第十章

1、  font-weight:bold/(输入100-900之间100的倍数,400代表正常粗细,700粗体)/normal

2、  background-attachment:背景图片是否随滚动条滚动

3、  text-aligh:justify让文本两端对齐

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn