Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
140 changes: 70 additions & 70 deletions indexcss.css → css/indexcss.css
Original file line number Diff line number Diff line change
@@ -1,71 +1,71 @@
.detail{
height: 150px;
width: 350px;
background-color: rgb(100,150,250);
padding: 25px;
border-radius: 25px;
box-shadow: powderblue;
}
a{
font-size:35px;
color: ivory;
text-align: center;
padding-top:25px;
padding-left: 25px;
}
.login{
width:150px;
height:50px;
padding:10px;
border-radius:20px;
background-color:teal;
}
body{
background-image: url(img.jpg);
background-repeat:no-repeat;
background-position: center ;
background-attachment: scroll;
background-size: cover;
background-blend-mode: lighten;
}
p{
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 30px;
text-align: center;
color:white;
}
h1{
font-family: "Lucida Console", Monaco, monospace;
color:rgb(0,128,128);
}
.sticky {
position: fixed;
top: 0;
width: 100%
}
.sticky + .content {
padding-top: 102px;
}
.content {
padding: 16px;dow
position:relative;
}
.top-container {
background-color: rgb(150,150,150);
padding: 30px;
text-align: center;
border-radius: 50px;
}
.login:hover{
box-shadow: 5px 5px grey;
}
.appointment{
width:350px;
height:50px;
padding:10px;
border-radius:20px;
background-color:teal;
}
.appointment:hover{
box-shadow: 5px 5px grey;
.detail{
height: 150px;
width: 350px;
background-color: rgb(100,150,250);
padding: 25px;
border-radius: 25px;
box-shadow: powderblue;
}
a{
font-size:35px;
color: ivory;
text-align: center;
padding-top:25px;
padding-left: 25px;
}
.login{
width:150px;
height:50px;
padding:10px;
border-radius:20px;
background-color:teal;
}
body{
background: url("https://static.dezeen.com/uploads/2017/02/sheffield-childrens-hospital-morag-myerscough-interior-design-uk_dezeen_2364_hero.gif");
background-repeat:no-repeat;
background-position: center ;
background-attachment: scroll;
background-size: cover;
background-blend-mode: lighten;
}
p{
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 30px;
text-align: center;
color:white;
}
h1{
font-family: "Lucida Console", Monaco, monospace;
color:rgb(0,128,128);
}
.sticky {
position: fixed;
top: 0;
width: 100%
}
.sticky + .content {
padding-top: 102px;
}
.content {
padding: 16px;dow
position:relative;
}
.top-container {
background-color: rgb(150,150,150);
padding: 30px;
text-align: center;
border-radius: 50px;
}
.login:hover{
box-shadow: 5px 5px grey;
}
.appointment{
width:350px;
height:50px;
padding:10px;
border-radius:20px;
background-color:teal;
}
.appointment:hover{
box-shadow: 5px 5px grey;
}
58 changes: 29 additions & 29 deletions register.css → css/register.css
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
body
{
background-image: url(blur-clinic-health.jpg);
background-repeat: no-repeat;
background-size: cover;
}
h1
{
color:blue;
font-size:60;
}
.table
{
border-color: white;
}
input[type=submit]
{
width:100%;
background-color:teal;
color: white;
padding: 14px 20px;
margin: 8px 0;
border:none;
border-radius: 4px;
cursor: pointer;
}
body
{
background-image: url("https://www.incimages.com/uploaded_files/image/970x450/getty_618526794_345052.jpg");
background-repeat: no-repeat;
background-size: cover;
}
h1
{
color:blue;
font-size:60;

}
.table
{
border-color: white;
}
input[type=submit]
{
width:100%;
background-color:teal;
color: white;
padding: 14px 20px;
margin: 8px 0;
border:none;
border-radius: 4px;
cursor: pointer;

}


Binary file removed img.jpg
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<title> doctors </title>
<link rel="stylesheet" type="text/css" href="indexcss.css">
<link rel="stylesheet" type="text/css" href="css/indexcss.css">
</head>
<body>
<div class="top-container">
Expand All @@ -16,7 +16,7 @@ <h1 align=center> Welcome to our online appointment scheduling services</h1>
</div>
</div>
<div class="dr_details">
<p style="font-family: "Trebuchet MS", Helvetica, sans-serif;font-size: 30px;color:ivory">
<p>
Our specialised doctors
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<head><title>doctor login</title>
<style>
.body {
background: url(img1.jpg);
background: url("https://fotos00.laprovincia.es/mmp/2014/12/02/646x260/mejoreshospitales.jpg");
background-repeat: no-repeat;
background-size: 150%;
background-size: 100%;
background-position: center;
border-image: 20%;
border-color: teal;
Expand Down
Binary file removed naavProject.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion registration.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<title>Registration Form</title>
<link rel="stylesheet" type="text/css" href="register.css">
<link rel="stylesheet" type="text/css" href="css/register.css">
</head>
<body>
<center>
Expand Down