diff --git a/2026/README.md b/2026/README.md index 936e99a..4a42b06 100644 --- a/2026/README.md +++ b/2026/README.md @@ -260,7 +260,7 @@ CSS scroll snap controls the panning and scrolling behavior within a scroll cont ### CSS shape() -The `shape()` CSS function creates shapes with a series of commands like line, move, and curve. It can be used with `clip-path` and `shape-outside`. +The `circle()`, `ellipse()`, `inset()`, `path()`, `polygon()`, `rect()`, `shape()`, and `xywh()` CSS functions create shapes for use with `clip-path` and `shape-outside`. #### Resources