-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathappointmentstyle.css
More file actions
63 lines (59 loc) · 1007 Bytes
/
Copy pathappointmentstyle.css
File metadata and controls
63 lines (59 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
body{
background: url(c.jpg) no-repeat;
background-size: cover;
font-family: sans-serif;
}
.home{
text-decoration: none;
background:#03a9f473;
color:white;
padding:20px;
margin:20px;
}
.home:hover{
background-color:#673ab78c;
}
.appointment{
background-color:#03a9f473;
width:600px;
position:absolute;
top:10%;
left:30%;
transform: translate(-10,-60);
font-size: 20px;
padding:20px;
color:#fff;
margin-bottom: 2%;
text-align: center;
}
.appointment h1{
border-bottom:1px solid #fff;
color:#fff;
}
.a{
padding-left: 90px;
width:400px;
margin:10px 0;
color:#fff;
}
.a input{
padding: 5px;
border:none;
background: none;
outline:none;
font-size:20px;
border-bottom: 1px solid #fff;
}
.btn{
width:50%;
background: none;
border:3px solid #10111196 ;
padding:5px;
font-size: 18px;
cursor: pointer;
margin:20px 0;
color:#fff;
}
.btn:hover{
color: #673ab78c;
}