diff --git "a/posts/2018-01-28-\344\270\200\344\272\233\345\211\215\347\253\257\345\267\245\345\205\267\347\253\231\347\202\271.md" "b/posts/2018-01-28-\344\270\200\344\272\233\345\211\215\347\253\257\345\267\245\345\205\267\347\253\231\347\202\271.md" index 1bd8d73..670485e 100644 --- "a/posts/2018-01-28-\344\270\200\344\272\233\345\211\215\347\253\257\345\267\245\345\205\267\347\253\231\347\202\271.md" +++ "b/posts/2018-01-28-\344\270\200\344\272\233\345\211\215\347\253\257\345\267\245\345\205\267\347\253\231\347\202\271.md" @@ -8,11 +8,11 @@ date: 2018-01-28 ## 📙 Documents - [MDN Web 文档](https://developer.mozilla.org/zh-CN/docs/Web) - 权威的 Web 技术文档库,各种网络标准、最佳实践、开发者文档 -- [DevDocs API Documentation](http://devdocs.io/) - 各种 API 文档聚合,可以离线、更新迅速,可以看做网页版 Dash -- [Emmet 语法参考手册](https://docs.emmet.io/cheat-sheet/) +- [DevDocs API Documentation](https://devdocs.io/) - 各种 API 文档聚合,可以离线、更新迅速,可以看做网页版 Dash +- [Emmet Cheat Sheet](https://docs.emmet.io/cheat-sheet/) - [Can I use](https://caniuse.com/) - 现代 Web 技术的浏览器支持程度对照表 - [Devhints](https://devhints.io/) - @rstacruz 总结的各种技术备忘单,界面很好看哦 -- [CSS Reference](http://cssreference.io/) - CSS 属性可视化指南 +- [CSS Reference](https://cssreference.io/) - CSS 属性可视化指南 - [CSS Triggers](https://csstriggers.com/) - 列出了哪些 CSS 属性会触发浏览器重新布局、绘制和合成 ## 🎨 Playgrounds @@ -22,7 +22,7 @@ date: 2018-01-28 以下都是比较出名的了 - https://codepen.io/ -- http://jsbin.com/ +- https://jsbin.com/ - https://jsfiddle.net/ - http://requirebin.com/ - https://www.webpackbin.com/ @@ -33,5 +33,5 @@ date: 2018-01-28 - [Flexy Boxes](http://the-echoplex.net/flexyboxes/) - CSS Flexbox 的可视化工具,还能生成代码 - [CSS Grid Template Builder](https://codepen.io/anthonydugois/full/RpYBmy/) - CSS Grid 的可视化工具 - [cubic-bezier](http://cubic-bezier.com/) - 贝塞尔曲线生成器,写 CSS 动画的时候很实用 -- [CSS三角形生成器](https://leekoho.github.io/demo/triangle/) +- [CSS 三角形生成器](https://leekoho.github.io/demo/triangle/) - [Carbon](https://carbon.now.sh) - 给你的代码片段生成很漂亮的截图