diff --git a/css/styles.css b/css/styles.css index 951370b..7d7b3a2 100644 --- a/css/styles.css +++ b/css/styles.css @@ -78,9 +78,8 @@ hr { /* margin: 100px auto; */ } - -h2:hover{ - color:#72a7b3 +h2:hover { + color: #72a7b3 } @@ -263,6 +262,11 @@ input:invalid+span:after { position: absolute; content: '✖'; padding-left: 5px; + <<<<<<< HEAD +} + +input:valid+span:after { + ======= } input:valid+span:after { @@ -272,13 +276,14 @@ input:valid+span:after { } .errorMsg { - color: red; + color: red; } .accountLabel { - text-align: left; + text-align: left; } + /* Footer section */ #footer {} @@ -287,6 +292,14 @@ input:valid+span:after { margin: 20px 10px; } +.res { + text-align: center; +} + +.rec { + text-align: center; +} + @media (max-width: 1028px) { #title { text-align: center; diff --git a/index.html b/index.html index cb8c5a9..7ede4cb 100644 --- a/index.html +++ b/index.html @@ -296,14 +296,15 @@

Book an Appointment


-
+ +
-
@@ -319,7 +320,7 @@ - +
@@ -357,7 +358,7 @@
-
@@ -427,15 +428,13 @@
-


- - +
diff --git a/scripts/index.js b/scripts/index.js index 7cbe0fb..f5e884d 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -136,4 +136,7 @@ function validateForm() { } else { $("#cvvError").html(""); } -} \ No newline at end of file + //after all the test pass submit the form and reset. + contactForm.reset(); + +}