forked from eenu5/medbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedbot1.css
More file actions
62 lines (56 loc) · 717 Bytes
/
medbot1.css
File metadata and controls
62 lines (56 loc) · 717 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
#logo
{
height: 100px;
width: 200px;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
#title
{
text-align: center;
color: #44454c;
font-size: 30px;
}
.para
{
text-align: center;
color: #5c5c60;
}
.nav
{
background-color: #2bbcc4;
height: 50px;
text-align: center;
}
#search
{
outline: none;
border: none;
padding: 4px;
height: 20px;
}
.common
{
border: none;
outline: none;
background-color: #2bbcc4;
color: white;
font-size:20px;
margin: 0 10px;
vertical-align: middle;
line-height: 45px;
width: 25%;
}
.common:hover
{
border-bottom: 2px solid black;
color: rgba(20,20,20,0.6);
}
.fas
{
height:19px;
width:20px;
padding-top: 5px;
}