forked from tushargupta1504/Medical-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style1.css
62 lines (62 loc) · 975 Bytes
/
style1.css
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
*{
scroll-behavior: smooth;
}
.color-teal{
color: teal;
}
.icon-lg{
font-size: 50px;
}
.remove-bullets{
text-decoration: none;
}
.remove-text-decoration{
list-style: none;
}
#about-us{
margin-top: 20px;
}
p{
font-size: 20px;
}
.filter {
padding: 10px;
border: none;
background-color: inherit;
margin: auto;
}
ul{
list-style: none;
}
.doctor{
text-decoration: none;
color: inherit;
}
.doctor:hover{
text-decoration: underline;
}
.contact{
padding: 10px;
margin: auto;
background-color: rgb(20, 205, 208);
border: none;
border-radius: 7px;
font-weight: bold;
}
.card{
margin-bottom: 3rem;
}
.contactus{
color: aliceblue;
font-size: small;
opacity: 0.7;
}
.writetous{
border: none;
border-radius: 7px;
padding: 5px;
color: black;
background-color: white;
margin-top: -10px;
float: right;
}