html-css-examples icon indicating copy to clipboard operation
html-css-examples copied to clipboard

A collection of HTML and CSS examples, including effects and UIs.

Results 13 html-css-examples issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

hey, I think you should use English language and this will help us to understand and clarifying the codebase with more ease.

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

因为canva的默认样式为`display: inline;`,所以应该在样式表中添加样式: ``` canvas { display: block; } ``` 然后滚动条就消失了。

代码如下: ``` changeVelocityAndDirection(other) { let velocity1 = new Vector(this.vx, this.vy); let velocity2 = new Vector(other.vx, other.vy); let cor = 0.8; let cdifn = new Vector(this.x - other.x, this.y - other.y).normalizs();...

只展示5个面,修改代码如下 `@keyframes rotate-cube { 0% { transform: rotateX(0deg) rotateY(0deg); } 16.6% { transform: rotateY(-90deg); } 33.2% { transform: rotateX(-90deg); } 49.8% { transform: rotateY(90deg); } 66.4% { transform: rotateX(90deg); }...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies