From da79883b60d90d9d09498fecd430f1b18f7349a5 Mon Sep 17 00:00:00 2001 From: MacDue Date: Sun, 31 Jul 2022 01:21:55 +0100 Subject: Base: Add the styled progress bar demo from css-tricks.com See: https://css-tricks.com/html5-progress-element/ this is a neat demo of a pure CSS progress bar that makes use of linear-gradients, background-repeat, and background-size. All of which now work :^) --- Base/res/html/misc/progressbar.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/Base/res/html/misc/progressbar.html b/Base/res/html/misc/progressbar.html index db4d0fd0be..cd4fb0cd54 100644 --- a/Base/res/html/misc/progressbar.html +++ b/Base/res/html/misc/progressbar.html @@ -33,6 +33,12 @@

+
+ A super fancy progress bar done purely in CSS +
+
+ +