diff --git a/css/styles.css b/css/styles.css index 460d6e0..607914d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -140,7 +140,7 @@ p { width: 200px; height: 200px; object-fit: cover; - + } @@ -253,7 +253,7 @@ input:invalid+span:after { content: '✖'; padding-left: 5px; } - + input:valid+span:after { position: absolute; content: '✓'; @@ -268,6 +268,14 @@ input:invalid+span:after { .social-icon { margin: 20px 10px; } +.res { + text-align: center; + +} +.rec { + text-align: center; + +} @media (max-width: 1028px) { #title { @@ -323,4 +331,4 @@ input[type=submit] { input[type=submit]:hover { background-color: #fa4664; -} \ No newline at end of file +} diff --git a/index.html b/index.html index b280133..88602b6 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@ @@ -379,8 +379,11 @@
+

Please leave us with your personal information.

+
+
@@ -403,6 +406,7 @@

+

Please provide your credit card information to guarantee your service appointment.

Account Details

@@ -411,7 +415,7 @@
- +
@@ -427,7 +431,7 @@
- + @@ -450,8 +454,8 @@

- - + + @@ -474,14 +478,14 @@ document.getElementById('appointment').scrollIntoView(); } - var value = 0; + var value = 0; $(function() { $( "#datepicker").datepicker({ beforeShowDay: getAvailability}); - }); + }); function getMechanic(selectObject) { - value = selectObject.value; + value = selectObject.value; } function getAvailability(date){ @@ -497,12 +501,12 @@ else return [ true, "", "" ] } - + - + - \ No newline at end of file +