All Projects → gdut-yy → Css The Definitive Guide 4th Zh

gdut-yy / Css The Definitive Guide 4th Zh

Licence: mit
《CSS权威指南第四版》中文翻译

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Css The Definitive Guide 4th Zh

C Cpp Notes
Notes about modern C++, C++11, C++14 and C++17, Boost Libraries, ABI, foreign function interface and reference cards.
Stars: ✭ 363 (-23.42%)
Mutual labels:  guide
Rc Bullets
🌈基于CSS3 Animation,使用React构建的弹幕组件
Stars: ✭ 391 (-17.51%)
Mutual labels:  css3
Intro.js
Lightweight, user-friendly onboarding tour library
Stars: ✭ 20,826 (+4293.67%)
Mutual labels:  guide
Photon
Clone native desktop UI's like cocoa and develop native feeling applications using web technologies
Stars: ✭ 369 (-22.15%)
Mutual labels:  css3
Morphext
A simple, high-performance and cross-browser jQuery rotating / carousel plugin for text phrases powered by Animate.css.
Stars: ✭ 384 (-18.99%)
Mutual labels:  css3
Icono
One tag One icon, no font or svg, Pure CSS
Stars: ✭ 4,005 (+744.94%)
Mutual labels:  css3
Mescroll
精致的下拉刷新和上拉加载 js框架.支持vue,完美运行于移动端和主流PC浏览器 (JS framework for pull-refresh and pull-up-loading)
Stars: ✭ 3,775 (+696.41%)
Mutual labels:  css3
Tony
An Elegant WordPress Theme Based on ✌️Vue.js | 基于 Vue.js 的简洁一般强大的 WordPress 单栏博客主题
Stars: ✭ 462 (-2.53%)
Mutual labels:  css3
Blog
记录前端开发日常点滴。为梦想Coding...
Stars: ✭ 386 (-18.57%)
Mutual labels:  css3
Matplotlib Cn
matplotlib中文文档
Stars: ✭ 445 (-6.12%)
Mutual labels:  guide
Bgatransformerstip Android
Android 通用 PopupWindow,再也不用找 UI 小姐姐切 .9 图片了,大致能为你节省 30 分钟的开发时间
Stars: ✭ 372 (-21.52%)
Mutual labels:  guide
Boomjs
JavaScript实现一个有趣的浏览器图片爆炸动画效果
Stars: ✭ 379 (-20.04%)
Mutual labels:  css3
Guide
Serverless Guide - An open-source definitive guide to serverless architectures.
Stars: ✭ 421 (-11.18%)
Mutual labels:  guide
Django Api Domains
A pragmatic styleguide for Django API Projects
Stars: ✭ 365 (-23%)
Mutual labels:  guide
Over Javascript
JavaScript相关:[初稿进度60%]记录JavaScript、Node.js、Vue/React等
Stars: ✭ 449 (-5.27%)
Mutual labels:  css3
Gradle Kotlin Dsl Migration Guide
The missing migration guide to the Gradle Kotlin DSL
Stars: ✭ 364 (-23.21%)
Mutual labels:  guide
Bad Data Guide
An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.
Stars: ✭ 3,862 (+714.77%)
Mutual labels:  guide
Gamingtweaks
Windows 10 and (some) Linux Gaming Tweaks without myths
Stars: ✭ 463 (-2.32%)
Mutual labels:  guide
Techinterview
💎 Cheat sheet to prep for technical interviews.
Stars: ✭ 454 (-4.22%)
Mutual labels:  guide
Mylinearlayout
MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,PathLayout,GridLayout,LayoutSizeClass to build your App 自动布局 UIView UITab…
Stars: ✭ 4,152 (+775.95%)
Mutual labels:  css3

CSS-The-Definitive-Guide-4th-zh

CSS 权威指南第四版 中文翻译

在线阅读:http://gdut_yy.gitee.io/doc-csstdg4/

前言

CSS 的标准发展日新月异,本书的第一章写于 2012 年,现在来看部分内容已经稍有落后,而等到第四版的中文版引入国内时,又不知何年何月了。遂决定阅读英文版,此 repo 仅为个人参考翻译。英文正式版已于 2017 年 10 月正式出版。

Features

  1. 点击书中的图片即可以跳转到与图片对应的 html 页面,可通过浏览器的 F12 查看相关样式,带来比纸质书或 PDF 更好的阅读体验!~
  2. 第 17 章和第 18 章(“过渡”和“动画”)有一些 CSS 动态样例,这些示例与书中的图片不对应,你可以通过点击图片跳转到对应页面中观看动态示例!~

目录

本地开发 & 阅读

本项目基于 vuepress 进行开发,以提供比 github mardown 更佳的阅读体验

依赖于 node.jsyarn(或者npm)、vuepress 等环境

本地开发 & 阅读

# 安装 vuepress 依赖,使用 yarn:
yarn global add vuepress
# 或使用 npm:
npm install -g vuepress

# 本地开发
git clone https://github.com/gdut-yy/CSS-The-Definitive-Guide-4th-zh.git
cd CSS-The-Definitive-Guide-4th-zh/

# 使用 yarn:
yarn docs:dev
# 或使用 npm:
npm run docs:dev

Contributors


gdut-yy


gdut-wj


brightzoe


LuoTingZhong


RxGirlz


chenshaw1995


kwokonwoo


hanhan9449

更多书籍

https://github.com/xx-zh/xx-zh-roadmap

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].