From b30172a64dff3c6ad4b5db9ebe57f0bbae533a26 Mon Sep 17 00:00:00 2001 From: Pomog Date: Fri, 10 Nov 2023 21:00:18 +0200 Subject: [PATCH] first JS --- static/reservation.html | 53 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 48 insertions(+), 5 deletions(-) diff --git a/static/reservation.html b/static/reservation.html index b9c95e2..34601b0 100644 --- a/static/reservation.html +++ b/static/reservation.html @@ -19,6 +19,9 @@ max-width: 50%; height: auto; } + .red-text { + color: red; + } @@ -78,14 +81,12 @@

Column4

-

Search for Availability

Please enter your desired dates below to check for availability.

- -
+
@@ -110,6 +111,14 @@

Search for Availability

+
+
+

This is some TEXT.

+

+ Click Me +

+
+
@@ -124,8 +133,42 @@

Search for Availability

right
- - + + + + \ No newline at end of file