File tree 6 files changed +35
-4
lines changed
6 files changed +35
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,12 @@ <h3 id="show_link"> Who is Conducting this Study? </h3>
57
57
</ div >
58
58
59
59
< footer >
60
+ < div class ="inline-block ">
60
61
< img src ="hwb.jpg " class ="center ">
62
+ </ div >
63
+ < div class ="inline-block ">
64
+ < img src ="manc.gif " class ="center ">
65
+ </ div >
61
66
</ footer >
62
67
</ div >
63
68
Original file line number Diff line number Diff line change @@ -57,7 +57,12 @@ <h3 id="show_link"> Contact us </h3>
57
57
</ div >
58
58
59
59
< footer >
60
+ < div class ="inline-block ">
60
61
< img src ="hwb.jpg " class ="center ">
62
+ </ div >
63
+ < div class ="inline-block ">
64
+ < img src ="manc.gif " class ="center ">
65
+ </ div >
61
66
</ footer >
62
67
</ div >
63
68
Original file line number Diff line number Diff line change @@ -60,7 +60,12 @@ <h3 id="show_link"> What is a Delphi Study? </h3>
60
60
</ div >
61
61
62
62
< footer >
63
+ < div class ="inline-block ">
63
64
< img src ="hwb.jpg " class ="center ">
65
+ </ div >
66
+ < div class ="inline-block ">
67
+ < img src ="manc.gif " class ="center ">
68
+ </ div >
64
69
</ footer >
65
70
</ div >
66
71
Original file line number Diff line number Diff line change @@ -55,9 +55,13 @@ <h3 id="show_link"> More About This Study </h3>
55
55
56
56
</ div >
57
57
</ div >
58
-
59
58
< footer >
59
+ < div class ="inline-block ">
60
60
< img src ="hwb.jpg " class ="center ">
61
+ </ div >
62
+ < div class ="inline-block ">
63
+ < img src ="manc.gif " class ="center ">
64
+ </ div >
61
65
</ footer >
62
66
</ div >
63
67
Original file line number Diff line number Diff line change @@ -219,6 +219,18 @@ header {
219
219
220
220
}
221
221
222
+ .inline-block {
223
+ display : inline-block;
224
+ margin-left : auto;
225
+ margin-right : auto
226
+ }
227
+
228
+ footer {
229
+
230
+ text-align : center;
231
+
232
+ }
233
+
222
234
form {
223
235
/* Just to center the form on the page */
224
236
width : 300px ;
@@ -332,7 +344,7 @@ button {
332
344
}
333
345
334
346
.center {
335
- display : block;
336
- margin-left : auto;
337
- margin-right : auto ;
347
+ display : inline- block;
348
+ margin : auto;
349
+ width : 50 % ;
338
350
}
You can’t perform that action at this time.
0 commit comments