diff --git a/index.html b/index.html
index 0d17122..8978fcc 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,9 @@
+
+
+
- doctors
+ City Hospitals
@@ -9,11 +12,10 @@ City Hospital
Welcome to our online appointment scheduling services
@@ -48,11 +50,11 @@
Welcome to our online appointment scheduling services
-
+
@@ -72,4 +74,5 @@ Welcome to our online appointment scheduling services
}
-
\ No newline at end of file
+
+
diff --git a/indexcss.css b/indexcss.css
index ce8d55d..6d5e9ee 100644
--- a/indexcss.css
+++ b/indexcss.css
@@ -4,7 +4,7 @@
background-color: rgb(100,150,250);
padding: 25px;
border-radius: 25px;
- box-shadow: powderblue;
+ box-shadow: 2px 2px powderblue;
}
a{
font-size:35px;
@@ -13,12 +13,27 @@ a{
padding-top:25px;
padding-left: 25px;
}
-.login{
+.app{
+ font-size:25px;
+ color: ivory;
+ width:250px;
+ height:70px;
+ border-radius:20px;
+ background-color:teal;
+ text-align: center;
+ padding-top:10px;
+ padding-left: 10px;
+}
+.log{
+font-size:25px;
+ color: ivory;
width:150px;
- height:50px;
- padding:10px;
+ height:70px;
border-radius:20px;
background-color:teal;
+ text-align: center;
+ padding-top:10px;
+ padding-left: 10px;
}
body{
background-image: url(img.jpg);
@@ -26,7 +41,7 @@ body{
background-position: center ;
background-attachment: scroll;
background-size: cover;
- background-blend-mode: lighten;
+ background-blend-mode: lighten; //check this one and corrent it
}
p{
font-family: "Trebuchet MS", Helvetica, sans-serif;
@@ -56,7 +71,7 @@ h1{
text-align: center;
border-radius: 50px;
}
-.login:hover{
+.appointment:hover{
box-shadow: 5px 5px grey;
}
.appointment{
@@ -66,6 +81,6 @@ h1{
border-radius:20px;
background-color:teal;
}
-.appointment:hover{
+input:hover{
box-shadow: 5px 5px grey;
-}
\ No newline at end of file
+}
diff --git a/login.html b/login.html
index d466d9c..997698c 100644
--- a/login.html
+++ b/login.html
@@ -1,3 +1,4 @@
+
doctor login
+
+
+
+ REGISTRATION FORM
+
+
+
+
\ No newline at end of file