Frontend Masters
Your path to senior developer and beyond! 🚀 In-depth frontend & fullstack courses.
For support, email: support@frontendmasters.com
7 day free trial frontendmasters.com/trial/
- Container Query for “is there enough space outside this element?” A container query can contain viewport units, meaning you can compare the window vs the element and make choices.
- Creating Flower Shapes using clip-path: shape() Use the `arc` command within the `shape()` function we can draw a line that follows a circle from one point to the next, controlling the direction.