From efc3bf3f682699532a71ae72c6affea8183a691b Mon Sep 17 00:00:00 2001 From: U-L-M-S Date: Thu, 29 Aug 2024 13:32:53 +0200 Subject: [PATCH 1/3] RENAME: Index.html This commit renames the file pizza_bootstrap_cards.html to index.html. The reason for this is for pure intuition. --- index.html | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..44c4ad6 --- /dev/null +++ b/index.html @@ -0,0 +1,102 @@ + + + + + Pizza-Bestellung mit Bootstrap 5 + + + + + + + + + + + + + + + + + +
+
+ +
+

Pizza-Bestellung mit Bootstrap 5

+ +
+
Bitte wählen Sie Ihre Pizzen aus:
+ +
+ +
+ +
Lieferung an:
+ +
+
+ Name + +
Bitte geben Sie Ihren Namen ein.
+
+
+ + +
Bitte geben Sie die Lieferadresse an.
+
+
+ Telefon + +
Bitte geben Sie ihre Telefonnummer für Rückfragen an.
+
+ + + +
+
+
+ + From edb0c40fa66a13b233c77487f325c74e7d2ac50a Mon Sep 17 00:00:00 2001 From: U-L-M-S Date: Thu, 29 Aug 2024 13:45:17 +0200 Subject: [PATCH 2/3] STYLE: Move nav-bar mobile to the right This commits moves the nav-bar to the right on the mobile version. --- navbar.html | 2 +- pizza_bootstrap_cards.html | 102 ------------------------------------- 2 files changed, 1 insertion(+), 103 deletions(-) delete mode 100644 pizza_bootstrap_cards.html diff --git a/navbar.html b/navbar.html index 7d61f87..af3e42a 100644 --- a/navbar.html +++ b/navbar.html @@ -1,6 +1,6 @@