first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
transition : 元素从一种状态到另外一种状态发生改变的时候,为他添加上一个平滑的过渡效果。
四个数值应用过渡的CSS属性的名称(all) 变化持续的时间 动画的效果 延迟时间
text-decoration: none; 清除a标签默认的下划线
outline: none; 清除input被选中时候外面的边框
box-sizing : https://www.cnblogs.com/tianmuxi/p/9076373.html
:first-child
:nth-child(n)
:last-child