Fix image width/height.

This commit is contained in:
Otho Ulrich 2022-07-10 03:57:28 -04:00
parent f9e1271a1a
commit ebf21caf34
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -50,7 +50,7 @@ body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
<h1 class="w3-jumbo"><b>Otho Ulrich</b></h1> <h1 class="w3-jumbo"><b>Otho Ulrich</b></h1>
<p></p> <p></p>
<img src="images/mirror.png" class="w3-image w3-hide-large w3-hide-small w3-round" style="display:block;width:60%;margin:auto;"> <img src="images/mirror.png" class="w3-image w3-hide-large w3-hide-small w3-round" style="display:block;width:60%;margin:auto;">
<img src="images/mirror.png" class="w3-image w3-hide-large w3-hide-medium w3-round" width="1000" height="1333"> <img src="images/mirror.png" class="w3-image w3-hide-large w3-hide-medium w3-round" width="100%" height="100%">
<button class="w3-button w3-light-grey w3-padding-large w3-margin-top" type="submit" onclick="window.open('cv.pdf')"> <button class="w3-button w3-light-grey w3-padding-large w3-margin-top" type="submit" onclick="window.open('cv.pdf')">
<i class="fa fa-download"></i> Curriculum Vitae <i class="fa fa-download"></i> Curriculum Vitae
</button> </button>