From 6338ec13221ad252e15ee43570a7b1679f23807b Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Mon, 6 Nov 2023 15:00:31 -0500 Subject: [PATCH] Add additional work to clamp --- .../math-functions/function-clamp-01.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/live-examples/css-examples/math-functions/function-clamp-01.html b/live-examples/css-examples/math-functions/function-clamp-01.html index e27692d4c..a62817bcd 100644 --- a/live-examples/css-examples/math-functions/function-clamp-01.html +++ b/live-examples/css-examples/math-functions/function-clamp-01.html @@ -12,6 +12,20 @@ Copy to Clipboard + +
+
width: clamp(25px, 1px, 150px);
+ +
+ +
+
width: clamp(25px, 999999px, 150px);
+ +