From 022966310268a26b5aea0394924894415520dc8c Mon Sep 17 00:00:00 2001 From: Tobias Christiansen Date: Fri, 16 Jul 2021 18:52:18 +0200 Subject: [PATCH] Base: Add a test page for the 'justify-content' CSS property This adds a simple page to showcase the justify-content CSS-property. --- Base/res/html/misc/justify-content.html | 81 +++++++++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 82 insertions(+) create mode 100644 Base/res/html/misc/justify-content.html diff --git a/Base/res/html/misc/justify-content.html b/Base/res/html/misc/justify-content.html new file mode 100644 index 0000000000..fcb053c171 --- /dev/null +++ b/Base/res/html/misc/justify-content.html @@ -0,0 +1,81 @@ + + + + CSS Flexbox justify-content test + + + +

CSS Flexbox justify-content test

+
+

justify-content: flex-start

+
+
1
+
2
+
3
+
+ +

justify-content: flex-end

+
+
1
+
2
+
3
+
+ +

justify-content: center

+
+
1
+
2
+
3
+
+ +

justify-content: space-between

+
+
1
+
2
+
3
+
+ +

justify-content: space-around

+
+
1
+
2
+
3
+
+
+ + + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 785b097625..fdaafa4972 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -46,6 +46,7 @@

This page loaded in ms

Some small test pages: