From 087a54bf56c97f58cd7f1492e292b20b5cb58ef4 Mon Sep 17 00:00:00 2001 From: fangyan Date: Sat, 16 Jul 2022 06:56:30 +0800 Subject: [PATCH 1/3] add MIT license --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..12a9553 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2021-present, Pengfei Wang + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From 1015ed4b712beddde701fec79a5f7e853f324447 Mon Sep 17 00:00:00 2001 From: WangPF Date: Sat, 26 Aug 2023 07:07:50 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 752a0c7..19108e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CSS教程 -教程在线阅读地址:[CSS教程](http://www.pengfeixc.com/tutorial/css/introduction)。 +教程在线阅读地址:[CSS教程](https://github.com/pengfeiw/css-tutorial/blob/master/chapters/001%20%E7%9B%92%E6%A8%A1%E5%9E%8B.md)。 这是针对新人的CSS入门级教程。 From 0a09e48c472b6584f90a808f1ca087920de4b826 Mon Sep 17 00:00:00 2001 From: WangPF Date: Tue, 29 Aug 2023 22:35:52 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/README.md b/README.md index 19108e1..2532442 100644 --- a/README.md +++ b/README.md @@ -11,30 +11,3 @@ 教程中的例子,使用 codepen 内嵌在文档中,方便读者调试和学习。教程参考了谷歌的 [learn css](https://web.dev/learn/css/) 教程,你可以认为本教程是它的半翻译中文版本。 如果教程有任何问题,可以在文章下方留言或者提交 [issue](https://github.com/pengfeiw/css-tutorial/issues)。 - -## 内容 - -- [css 教程](https://pengfeixc.com/tutorial/css/introduction) -- [001 盒模型](https://pengfeixc.com/tutorial/css/box-model) -- [002 选择器](https://pengfeixc.com/tutorial/css/selector) -- [003 级联](https://pengfeixc.com/tutorial/css/cascade) -- [004 特征性](https://pengfeixc.com/tutorial/css/specificity) -- [005 继承](https://pengfeixc.com/tutorial/css/inherit) -- [006 颜色](https://pengfeixc.com/tutorial/css/color) -- [007 尺寸单位](https://pengfeixc.com/tutorial/css/unit) -- [008 布局](https://pengfeixc.com/tutorial/css/layout) -- [009 flex 布局](https://pengfeixc.com/tutorial/css/flex) -- [010 grid 布局](https://pengfeixc.com/tutorial/css/grid) -- [011 逻辑属性](https://pengfeixc.com/tutorial/css/logic-property) -- [012 间距](https://pengfeixc.com/tutorial/css/spacing) -- [013 伪元素](https://pengfeixc.com/tutorial/css/pseudo-elements) -- [014 伪类](https://pengfeixc.com/tutorial/css/pseudo-class) -- [015 边框](https://pengfeixc.com/tutorial/css/border) -- [016 阴影](https://pengfeixc.com/tutorial/css/shadow) -- [017 焦点](https://pengfeixc.com/tutorial/css/focus) -- [018 z-index 和栈空间](https://pengfeixc.com/tutorial/css/z-index-and-stacking-context) -- [019 函数](https://pengfeixc.com/tutorial/css/function) -- [020 渐变](https://pengfeixc.com/tutorial/css/gradients) -- [021 动画](https://pengfeixc.com/tutorial/css/animation) -- [022 filter 属性](https://pengfeixc.com/tutorial/css/filter) -- [023 混合模式](https://pengfeixc.com/tutorial/css/blend-model)