From ec6e459c6fab096d37c18dd72cc5b2eae6a0c470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Fri, 17 Sep 2021 13:11:33 +0200 Subject: [PATCH] added form --- content/includes/css.blade.php | 2 +- content/pages/buchen.blade.php | 112 +++++++++++++++++++++++++++++++-- css/app.css | 4 ++ 3 files changed, 111 insertions(+), 7 deletions(-) diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index 2bd15bd..109e533 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -1,4 +1,4 @@ - + diff --git a/content/pages/buchen.blade.php b/content/pages/buchen.blade.php index cc6181b..979700a 100644 --- a/content/pages/buchen.blade.php +++ b/content/pages/buchen.blade.php @@ -10,18 +10,118 @@
-

Preise

- Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab aliquid aperiam asperiores, consequatur dicta, ex fuga illum maxime perspiciatis rem soluta vel voluptates. Aut dignissimos necessitatibus non nulla quasi. Delectus? -
+
+
+
+
+
Ihre Kontaktdaten
+
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+
+ +
+
Alpakatour
+
+
+ + +
+ +
+
+
+ + +
+
+
+
+ + + +
+
+
+ +
+ + + +
+
+
+ + + +
+ + + +
+



- - Alpaka Tour Buchen - +
diff --git a/css/app.css b/css/app.css index 7a6625e..73eb667 100644 --- a/css/app.css +++ b/css/app.css @@ -745,4 +745,8 @@ a:hover { { color: #754545; background-color: #f8f8f8; +} + +.card{ + background-color: #f8f8f8; } \ No newline at end of file