Skip to content

Commit

Permalink
center image
Browse files Browse the repository at this point in the history
  • Loading branch information
Papa-26 committed Mar 21, 2024
1 parent a22d289 commit 154e83d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions global.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,12 @@ img.guy {
left: 300px;
}

.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}



2 changes: 1 addition & 1 deletion roots.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1 class = "indent">Go to ...</h1>
Roots of the Mac Series?
</div>
<div class = "rest">
<p><a href = "guyton.html"><img src = "img/Guyton_1.png" width = "760" height="500" /></a></p>
<p><a href = "guyton.html"><img src = "img/Guyton_1.png" width = "760" height="500" class = "center"/></a></p>
<p>One of John Dickinson's colleagues and closest friends was Arthur C. Guyton (1919 - 2003) the renowned U.S. physiologist, educator, and author.</p>
<p>His Textbook of Medical Physiology, appeared in 14 editions, and 15 languages. It provided thousands of physicians worldwide with a deeper understanding of human physiology. His major research interest was devoted to biological cybernetics.</p>
<p>In the 1972 Annual Reviews of Physiology he presented his monumental model of cardio-vascular control. It seems quite plausible that this model not only became a frequent topic between the two friends, but that it might well have triggered John Dickinson's idea for the series of physiological computer models.</p>
Expand Down

0 comments on commit 154e83d

Please sign in to comment.