File tree 10 files changed +11
-12
lines changed
10 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ git checkout -b dist
10
10
git add -A
11
11
git commit -m ' deploy'
12
12
printf " 本地提交成功\n"
13
- git push -f git@github.com:webVueBlog/tailwindcss-chinese.git dist
14
- # git push -f https://github.com/webVueBlog/awesome-css.git dist
13
+ git push -f git@github.com:webVueBlog/tailwindcss-chinese.git dist
15
14
16
15
printf " dist目录上传成功\n"
Original file line number Diff line number Diff line change 1
- > 点击勘误[ issues] ( https://github.com/webVueBlog/awesome-css /issues ) ,感谢大家的阅读
1
+ > 点击勘误[ issues] ( https://github.com/webVueBlog/tailwindcss-chinese /issues ) ,感谢大家的阅读
2
2
3
3
## animation属性
4
4
Original file line number Diff line number Diff line change 1
- > 点击勘误[ issues] ( https://github.com/webVueBlog/awesome-css /issues ) ,感谢大家的阅读
1
+ > 点击勘误[ issues] ( https://github.com/webVueBlog/tailwindcss-chinese /issues ) ,感谢大家的阅读
2
2
3
3
该transition属性是一个简写属性,用于表示最多四个与转换相关的简写属性
4
4
Original file line number Diff line number Diff line change 1
- > 点击勘误[ issues] ( https://github.com/webVueBlog/awesome-css /issues ) ,感谢大家的阅读
1
+ > 点击勘误[ issues] ( https://github.com/webVueBlog/tailwindcss-chinese /issues ) ,感谢大家的阅读
2
2
3
3
## 实现水平垂直居中最便捷的方法
4
4
Original file line number Diff line number Diff line change 1
- > 点击勘误[ issues] ( https://github.com/webVueBlog/awesome-css /issues ) ,感谢大家的阅读
1
+ > 点击勘误[ issues] ( https://github.com/webVueBlog/tailwindcss-chinese /issues ) ,感谢大家的阅读
2
2
3
3
## 轮播图效果
4
4
Original file line number Diff line number Diff line change 1
- > 点击勘误[ issues] ( https://github.com/webVueBlog/awesome-css /issues ) ,感谢大家的阅读
1
+ > 点击勘误[ issues] ( https://github.com/webVueBlog/tailwindcss-chinese /issues ) ,感谢大家的阅读
2
2
3
3
## 瀑布流效果
4
4
Original file line number Diff line number Diff line change 1
- > 点击勘误[ issues] ( https://github.com/webVueBlog/awesome-css /issues ) ,感谢大家的阅读
1
+ > 点击勘误[ issues] ( https://github.com/webVueBlog/tailwindcss-chinese /issues ) ,感谢大家的阅读
2
2
3
3
首先,我们需要一个用于放置窗帘的容器,我们将给它.curtain,我们有一个.invert子元素,它将作为我们的“粘性”框。最后,我们在这个盒子里有了内容。
4
4
Original file line number Diff line number Diff line change 1
- > 点击勘误[ issues] ( https://github.com/webVueBlog/awesome-css /issues ) ,感谢大家的阅读
1
+ > 点击勘误[ issues] ( https://github.com/webVueBlog/tailwindcss-chinese /issues ) ,感谢大家的阅读
2
2
3
3
伪选择器在: active 链接被激活(被点击或以其他方式激活)时更改链接的外观。它通常只出现一瞬间,并提供元素确实被点击的视觉反馈。它最常用于锚链接 ( ` <a href="#"></a> ` )。
4
4
Original file line number Diff line number Diff line change 1
- > 点击勘误[ issues] ( https://github.com/webVueBlog/awesome-css /issues ) ,感谢大家的阅读
1
+ > 点击勘误[ issues] ( https://github.com/webVueBlog/tailwindcss-chinese /issues ) ,感谢大家的阅读
2
2
3
3
CSS 中的::before和::after伪元素允许您将内容插入页面而不需要在 HTML 中。虽然最终结果实际上并不存在于 DOM 中,但它在页面上的显示就好像它存在一样,并且本质上是这样的:
4
4
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " awesome-css " ,
2
+ "name" : " tailwindcss-chinese " ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " awesome-css " ,
4
+ "description" : " tailwindcss-chinese " ,
5
5
"author" : " Jeskson-我是哪吒" ,
6
6
"license" : " MIT" ,
7
7
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments