diff --git a/home.js b/home.js
index 0f4dc98..08b61ee 100644
--- a/home.js
+++ b/home.js
@@ -1,4 +1,4 @@
function learnMore()
{
- window.location.href="about.html";
+ window.location.href="reservation.html";
}
\ No newline at end of file
diff --git a/index.html b/index.html
index 2c767b7..1a69684 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@
HOTEL_MAX
- Home
- - Reservation
+ - Reservation
- Explor
- Services
- Booking
diff --git a/about.css b/reservation.css
similarity index 85%
rename from about.css
rename to reservation.css
index 5027666..24e9c02 100644
--- a/about.css
+++ b/reservation.css
@@ -100,9 +100,10 @@ ul
.form
{
box-sizing: border-box;
- margin-top: 150px;
+ margin-top: 80px;
color: white;
width: 40%;
+ display: flex;
}
.container label
@@ -132,10 +133,11 @@ input[type=text]:focus, input[type=password]:focus {
outline: none;
}
-input[type=text]:hover, input[type=password]:hover {
+
+/* input[type=text]:hover, input[type=password]:hover {
background-color: rgba(0,0,0,0.80);
outline: none;
- }
+ } */
@@ -185,6 +187,30 @@ button:hover {
clear: both;
display: table;
}
+.dates
+{
+ box-sizing: border-box;
+ display: flex;
+ justify-content: space-between;
+ align-items:baseline;
+}
+
+input[type=date],input[type=number] {
+ width: 30%;
+ padding: 10px;
+ margin: 5px 0 22px 0;
+ display: inline-block;
+ border: none;
+ background: rgba(0,0,0,0.80);
+ color: white;
+ font-size: 20px;
+
+}
+
+input[type=date]:focus:focus {
+ background-color: rgba(0,0,0,0.80);
+ outline: none;
+}
/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
diff --git a/about.html b/reservation.html
similarity index 64%
rename from about.html
rename to reservation.html
index 4a99f46..0d10b7d 100644
--- a/about.html
+++ b/reservation.html
@@ -4,7 +4,7 @@
About
-
+
@@ -16,7 +16,7 @@
HOTEL_MAX