问卷调查会持续到 September 12, 2024 为止。

mix-blend-mode, background-blend-mode, isolation

css
.item2 {
  color: #000;
  mix-blend-mode: overlay;
}
告诉我们更多:
告诉我们更多:
告诉我们更多:

blur(), brightness(), contrast()

css
.image{
  filter: contrast(175%) blur(5px)
}
告诉我们更多:
告诉我们更多:
告诉我们更多:

css
.box {
  backdrop-filter: blur(10px);
}
告诉我们更多:
告诉我们更多:
告诉我们更多:

css
:root {
  --bounce-easing: linear(
    0, 0.063, 0.25 18.2%, 1 36.4%, 0.813, 0.75, 0.813, 1, 0.938, 1, 1
  );
}
告诉我们更多:
告诉我们更多:
告诉我们更多:

min-content, max-content, fit-content

css
h2 {
  width: max-content;
}
告诉我们更多:
告诉我们更多:
告诉我们更多:

css
.blue-to-red {
  background: conic-gradient(from 45deg, blue, red);
}
告诉我们更多:
告诉我们更多:
告诉我们更多:

css
.blueBox {
  background-color: blue;
  offset-path: border-box;
  offset-distance: 5%;
}
告诉我们更多:
告诉我们更多:
告诉我们更多: