TIL about background-clip

A presentation at Tech Talk @ Tagesspiegel in June 2025 in by Gunnar Bittersmann

Slide 1

Slide 1

Slide 2

Slide 2

Photo by Flavio on Unsplash

Slide 3

Slide 3

Photo by Flavio on Unsplash

Slide 4

Slide 4

TIL about background-clip

Slide 5

Slide 5

standards compliant A wizard is never late, nor is he early. He arrives precisely when he means to. h CSS box model quirks A wizard is never late, nor is he early. He arrives precisely when he means to. width height width

Slide 6

Slide 6

standards compliant A wizard is never late, nor is he early. He arrives precisely when he means to. h CSS box model quirks A wizard is never late, nor is he early. He arrives precisely when he means to. width height width

Slide 7

Slide 7

standards compliant bp h pb CSS box model A wizard is never late, nor is he early. He arrives precisely when he means to. quirks width pb pb bp height bp A wizard is never late, nor is he early. He arrives precisely when he means to. bp width pb

Slide 8

Slide 8

standards compliant bp h pb CSS box model A wizard is never late, nor is he early. content He arrives precisely whenbox he means to. quirks width pb pb bp height bp A wizard is never late, nor is he early. content box He arrives precisely when he means to. bp width pb

Slide 9

Slide 9

standards compliant bp h pb CSS box model A wizard is never late, nor is he early. padding box He arrives precisely when he means to. quirks width pb pb bp height bp A wizard is never late, nor is he early. padding box He arrives precisely when he means to. bp width pb

Slide 10

Slide 10

standards compliant bp h pb CSS box model A wizard is never late, nor is he early. border box He arrives precisely when he means to. quirks width pb pb bp height bp A wizard is never late, nor is he early. border box He arrives precisely when he means to. bp width pb

Slide 11

Slide 11

standards compliant bp h pb CSS box model A wizard is never late, nor is he early. content He arrives precisely whenbox he means to. quirks width pb pb bp height bp A wizard is never late, nor is he early. border box He arrives precisely when he means to. bp width pb

Slide 12

Slide 12

bp h pb CSS box model A wizard is never late, nor is he early. content He arrives precisely whenbox he means to. bp width pb pb bp height box-sizing: content-box A wizard is never late, nor is he early. border box He arrives precisely when he means to. box-sizing: border-box bp width pb

Slide 13

Slide 13

<!DOCTYPE html>

Slide 14

Slide 14

<!DOCTYPE html>
  • { box-sizing: border-box; }

Slide 15

Slide 15

<!DOCTYPE html>

*, “#before, “#after { box-sizing: border-box; }

Slide 16

Slide 16

Slide 17

Slide 17

Slide 18

Slide 18

Slide 19

Slide 19

Slide 20

Slide 20