From 6dd854faece54e3a108e56476ee18c89004213b0 Mon Sep 17 00:00:00 2001 From: MacDue Date: Sun, 7 Aug 2022 12:36:10 +0100 Subject: Base: Add an example `-webkit-linear-gradient()` --- Base/res/html/misc/gradients.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Base/res/html/misc') diff --git a/Base/res/html/misc/gradients.html b/Base/res/html/misc/gradients.html index 66cbe7dc3f..4a0365efd9 100644 --- a/Base/res/html/misc/gradients.html +++ b/Base/res/html/misc/gradients.html @@ -91,6 +91,10 @@ .grad-14 { background-image: linear-gradient(to bottom right, indigo, white, deeppink); } + + .grad-webkit { + background-image: -webkit-linear-gradient(top right, yellow, black, yellow, black); + } @@ -116,6 +120,8 @@
+ A webkit gradient
+