This repository contains the source code for my videos at Bilibili, 峰华前端工程师
Text in videos and codes are primarily in Chinese, But you can use this repository without knowing Chinese. Just read the critical part.
You can use this repository for inspirations and cheatsheets.
Online Demo: https://zxuqian.github.io/html-css-examples/
Each folder contains the source code of HTML and CSS examples, including:
- CSS/SVG Animation
- Shadows/Glowing/Glass Effects
- Responsive Layout
- Type-Writer Effect
- Face Recognition
- 3D Transformations
- Native Canvas
- and more...
Or scan the QR code below:
Contributing is welcome! Follow these steps to add your examples:
- Fork this repository
- Create a new branch, starting with
feature/
. - Structure your project according to the existing ones (note the latest numbering).
- Run
yarn run watch
ornpm run watch
. This will monitor changes insrc/index.js
and compile it to/index.js
, which is used to display React components for the demo page. - Update
src/index.js
. Add your example name and link at the top of theuis
array, setnewItem
totrue
, and remove thenewItem
property from the previous item. - Test and issue a PR.
- Please ensure examples are aethetically pleasing.
Notice: By contributing, you agree that your code may be used for demonstration in some of my videos.