set height and width for usb image
This commit is contained in:
parent
c784eb3d02
commit
032906cf7b
|
@ -16,7 +16,7 @@
|
|||
<h1>About.</h1>
|
||||
<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
|
||||
the connected mouse" />
|
||||
the connected mouse" width=320 height=393 />
|
||||
<p>I'm in your walls.</p>
|
||||
</article>
|
||||
</main>
|
||||
|
|
|
@ -110,6 +110,7 @@ ol ol ol {
|
|||
|
||||
#usbimg {
|
||||
width: 256px;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 10px;
|
||||
|
|
Loading…
Reference in New Issue