chenhuiYj / chenhuiYj/note

css3新特性

Open
#33 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
6
Forks
0
PR merge metrics
No merged PRs in 30d

Description

css3新特性

(1)过渡 transition

(2)动画 animation

(3)形变 transform

(4)圆角 border-radius

(5)选择器:

p:first-of-type(选择同级第一个P元素),

p:nth-of-type(n)(同级第n个P元素)

:last-child(同级最后一个元素,p:last-child--同级最后一个P元素,如果同级最后一个元素不是P,则样式无效)。

:nth-child(n)(同级第n个元素。p:nth-child(n)--同级最后n个P元素,如果同级第n个元素不是P,则样式无效)

:disabled(disabled状态下的样式,表单元素)

(6)flex布局

(7)grid 布局

column 多列布局

(8)粘性定位 position:sticky

(9)盒模型 box-sizing:border-box

(10)媒体查询

(11)自定义字体

(12)透明

(13)渐变

(14)模糊

(15)滤镜

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue body is a list of CSS3 topics, including transitions, animation, flex, grid, media queries, and filters. No target file, documentation location, tests, or acceptance criteria are provided; clarify where this material should go and what coverage is expected before starting.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.