set height and width for usb image

This commit is contained in:
filifa 2024-08-15 20:53:54 -05:00
parent c784eb3d02
commit 032906cf7b
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<h1>About.</h1> <h1>About.</h1>
<img id="usbimg" src="usb.jpg" alt="an unsettling comic showing a man <img id="usbimg" src="usb.jpg" alt="an unsettling comic showing a man
putting a usb dongle into his mouth and moving his face with putting a usb dongle into his mouth and moving his face with
the connected mouse" /> the connected mouse" width=320 height=393 />
<p>I'm in your walls.</p> <p>I'm in your walls.</p>
</article> </article>
</main> </main>

View File

@ -110,6 +110,7 @@ ol ol ol {
#usbimg { #usbimg {
width: 256px; width: 256px;
height: auto;
max-width: 100%; max-width: 100%;
margin-right: 10px; margin-right: 10px;
margin-bottom: 10px; margin-bottom: 10px;