Please enable JavaScript.
Coggle requires JavaScript to display documents.
CSS (文本 (white-space (pre-wrap 常用, nowrap, pre-line, normal, pre),…
CSS (
文本 (
white-space,
vertical-align,
font,
text-align,
word-break,
word-wrap,
text-shadow,
text-decoration,
cursor,
text-overflow,
text-indent,
color,
list-style),
盒模型 (
overflow,
border-radius,
border,
box-shadow,
margin,
outline,
padding,
height,
width,
box-sizing),
选择器 (
伪元素选择器,
伪类选择器,
属性选择器,
组合选择器,
类选择器,
通配符选择器(*),
ID选择器,
标签选择器),
布局 (
水平居中,
定宽 + 自适应,
水平垂直居中,
垂直居中,
(不)定宽 +(不)定宽 + 自适应,
等高 + 定宽 + 自适应,
全屏),
变形 (
transform,
transform-style,
perspective(透视),
perspective-origin,
transform-origin(坐标轴位置),
backface-visibility(背面可见)),
规范与模块化,
定位 (
position,
clear,
flex,
float, (
z-index,
top right bottom left)),
优化 (
减小文件大小,
页面性能,
可读性、可维护性,
减少请求),
显示 (
diplay,
visibility),
动画 (
animation + keyfram animation-name{...},
transition),
响应式 (
media screen and (min-width:769px) and (max-width: 1000 px) {......},
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">),
背景 (
background))