From 437bf22078af95f4576fec452bcbc88c1a9a09ec Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 5 Sep 2021 13:49:08 +0200 Subject: Implement Cards and State-based Menu --- html/template.html | 58 +++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 51 insertions(+), 7 deletions(-) (limited to 'html/template.html') diff --git a/html/template.html b/html/template.html index eaaf9e7..080c07d 100644 --- a/html/template.html +++ b/html/template.html @@ -19,8 +19,8 @@
@@ -36,21 +36,65 @@ print("This is just some example code!") -

Sometimes it is quite nice to put things into containers:

+

Sometimes it is quite nice to put things into cards:

+
+

This is a Card

+

Cards are very good.

+
+ +

It is also possible to put cards into an anchor tag:

-
-

This is a Container

-

Containers are very good.

+
+

This is a Card inside an Anchor

+

It is a link!