-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoctor.css
More file actions
138 lines (121 loc) · 2.38 KB
/
Copy pathDoctor.css
File metadata and controls
138 lines (121 loc) · 2.38 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
#logo {
max-width: 175px;
margin: 0;
display: flex;
padding: 0px;
justify-content: left;
}
html{
margin: auto;
padding: auto;
}
body{
margin: 0px 0px 0px 0px;
padding: 0px;
}
.navbar{
display: flex;
min-width: 1344px;
margin: 0px;
padding: 0px;
justify-content: right;
background-color:wheat;
height: 182px;
}
.navbar li{
text-decoration: none;
list-style: none;
margin: 70px 10px;
display: flex;
justify-content: right;
}
.navbar li a {
text-decoration: none;
list-style: none;
padding: 10px 30px;
font-size: 25px;
color: brown;
}
.navbar li a:hover{
/* background-color: brown; */
color: rgb(137, 136, 136);
}
p1 {
font-size: 65px;
font-family: 'Times New Roman', Times, serif;
color:indianred;
margin-left: 400px;
}
p2 {
font-size: 35px;
font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: cornflowerblue;
margin-left: 482px;
}
.images {
display: flex;
flex-wrap: wrap;
margin: 0 50px;
margin-left: 213px;
padding: 50px;
margin-bottom: 130px;
}
.photo {
max-width: 25%;
padding: 0px 45px;
padding-bottom: 20px;
height: 240px;
margin-bottom: 170px;
}
.photo img {
width: 100%;
height: 100%;
}
p{
font-size: 25px;
font-family:Arial, Helvetica, sans-serif;
text-align: center;
color: darkolivegreen;
margin-bottom: 20px;
}
.buttons {
border: 30px;
justify-content: center;
padding: 12px 28px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 4px 2px;
border-radius: 100px;
background-color: darkblue;
color: whitesmoke;
border: 2px solid blue;
cursor: pointer;
transition-duration: 0.4s;
margin-left: 42px;
}
#footer {
height: 300px;
background-color: wheat;
padding-top: 90px;
}
.f1 {
font-size: 30px;
color: darkred;
margin: 0;
display: inline;
float: right;
width: 700px;
height: 0px;
padding-right: 700px;
}
.f2 {
font-size: 30px;
color: darkred;
margin: 0;
display: inline;
float: left;
padding-left: 850px;
padding-right: 100px;
}