- 博客(3)
- 收藏
- 关注
原创 代码书写规范
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <meta name="viewport" content="width=device-width, user-scalable=no,initial-scale=1.0,maximum-scale=1.0, min.
2022-02-28 10:23:22
111
原创 关于inline类型
.box { width: 180px; height: 180px; float: left; /* display: inline; */ transition: 1s linear; transform-style: preserve-3d; } #stage { width: 560px; height: 100px; perspective: 300px; } #boxx:hover { transform: rotateX(60deg); }
2022-02-21 23:06:24
224
原创 float,浮动高度设置
main 盒子中所有元素浮动后,盒子高度由main高度属性决定,若未设置则高度默认为0 导致footer栏移动到红框位置
2022-02-21 13:07:03
418
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人