Skip to content

Commit ba46dce

Browse files
committed
changed div
1 parent f21554b commit ba46dce

6 files changed

+35
-4
lines changed

about.html

+5
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@ <h3 id="show_link"> Who is Conducting this Study? </h3>
5757
</div>
5858

5959
<footer>
60+
<div class="inline-block">
6061
<img src="hwb.jpg" class="center">
62+
</div>
63+
<div class="inline-block">
64+
<img src="manc.gif" class="center">
65+
</div>
6166
</footer>
6267
</div>
6368

contact.html

+5
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@ <h3 id="show_link"> Contact us </h3>
5757
</div>
5858

5959
<footer>
60+
<div class="inline-block">
6061
<img src="hwb.jpg" class="center">
62+
</div>
63+
<div class="inline-block">
64+
<img src="manc.gif" class="center">
65+
</div>
6166
</footer>
6267
</div>
6368

delphi.html

+5
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,12 @@ <h3 id="show_link"> What is a Delphi Study? </h3>
6060
</div>
6161

6262
<footer>
63+
<div class="inline-block">
6364
<img src="hwb.jpg" class="center">
65+
</div>
66+
<div class="inline-block">
67+
<img src="manc.gif" class="center">
68+
</div>
6469
</footer>
6570
</div>
6671

index.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,13 @@ <h3 id="show_link"> More About This Study </h3>
5555

5656
</div>
5757
</div>
58-
5958
<footer>
59+
<div class="inline-block">
6060
<img src="hwb.jpg" class="center">
61+
</div>
62+
<div class="inline-block">
63+
<img src="manc.gif" class="center">
64+
</div>
6165
</footer>
6266
</div>
6367

manc.gif

23.6 KB
Loading

stylesheet.css

+15-3
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,18 @@ header {
219219

220220
}
221221

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+
222234
form {
223235
/* Just to center the form on the page */
224236
width: 300px;
@@ -332,7 +344,7 @@ button {
332344
}
333345

334346
.center {
335-
display: block;
336-
margin-left: auto;
337-
margin-right: auto;
347+
display:inline-block;
348+
margin: auto;
349+
width: 50%;
338350
}

0 commit comments

Comments
 (0)