personal/hardware.html

25 lines
491 B
HTML
Raw Permalink Normal View History

2024-12-27 12:25:13 +00:00
<html>
<div id="imgs">
<div class="image">
<img src="img/l14g2.png">
<span class="caption">My Thinkpad L14 Gen 2 (AMD variant).</span>
</div>
</div>
</html>
<style>
div.image {
vertical-align: top;
display: inline-block;
text-align: center;
width: 20vw;
}
img {
width: 5vw;
max-height: 5vw;
background-color: grey;
}
.caption {
display: block;
}
</style>