Skip to content

Latest commit

 

History

History
97 lines (77 loc) · 5.08 KB

README_en.md

File metadata and controls

97 lines (77 loc) · 5.08 KB

中文

About

  • Summarize some common CSS styles.
  • Record some new CSS properties and a some tricks.
  • Some animations under the "Animate" section are not CSS effects, because there is no place to put them, so they are temporarily stored here.

As little nonsense as possible, the code is simple to use, easy to copy.

talk is cheap show me the code

Quick start

  • Clone the https://github.com/QiShaoXuan/css_tricks.git
  • Install package npm install
  • Development run npm run docs:dev
  • Open http://localhost:8080 in your browser.

Inclued

Tool

Attribute

Animate

Static

Tricks

Contributing

  • Fork this repository
  • Create your branch: git checkout -b new-branch
  • Make your changes
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin new-branch
  • Submit a pull request

or submit an issue, any helpful suggestions are welcomed.

JS Tricks

view online

About cat