mirror of
https://asciireactor.com/otho/industry-website.git
synced 2024-11-22 09:55:06 +00:00
Fix image width/height.
This commit is contained in:
parent
f9e1271a1a
commit
ebf21caf34
@ -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>
|
||||
<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-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')">
|
||||
<i class="fa fa-download"></i> Curriculum Vitae
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user