MaxArt2501 / css-cont-queries-talk

A talk about CSS Container Queries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Container Queries: CSS' (un)expected revolution

Slides for a talk about CSS Container Queries. ## slides, about 30 minutes.

Originally conceived for the 2023 Italian CSS Day (in Italian), Faenza, 2023-03-31.

Built on top of P-Slides!

Building

Node.js 10.x is required (actually it could work in Node 8 - haven't checked).

To start the presentation in development mode:

  1. Clone the repository;
  2. npm i
  3. npm run serve

Or npm run build to just build it, then serve /public with your HTTP server of choice.

Tests

... what?

About

A talk about CSS Container Queries

License:MIT License


Languages

Language:HTML 55.4%Language:SCSS 31.0%Language:JavaScript 13.6%