Untitled
4 years ago in Plain Text
<!DOCTYPE html>
<html>
<head>
<style>
div.gallery {
margin: 5px;
border: 1px solid #ccc;
float: left;
width: 180px;
}
div.gallery:hover {
border: 1px solid #777;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
}
</style>
</head>
<body>
<div class="gallery">
<a target="_blank" href="https://cdn-img-feed.streeteasy.com/nyc/image/35/420169535.jpg&quot">
<img src="https://cdn-img-feed.streeteasy.com/nyc/image/35/420169535.jpg" alt="Cinque Terre" width="600" height="400">
</a>
<div class="desc"></div>
</div>
<div class="gallery">
<a target="_blank" href="https://cdn-img-feed.streeteasy.com/nyc/image/96/420169496.jpg">
<img src="https://cdn-img-feed.streeteasy.com/nyc/image/96/420169496.jpg" alt="Forest" width="600" height="400">
</a>
</div>
<div class="gallery">
<a target="_blank" href="https://cdn-img-feed.streeteasy.com/nyc/image/35/420169535.jpg">
<img src="https://cdn-img-feed.streeteasy.com/nyc/image/35/420169535.jpg" alt="Northern Lights" width="600" height="400">
</a>
</div>
<div class="gallery">
<a target="_blank" href="https://cdn-img-feed.streeteasy.com/nyc/image/26/420169526.jpg">
<img src="https://cdn-img-feed.streeteasy.com/nyc/image/26/420169526.jpg" alt="Mountains" width="600" height="400">
</a>
</div>
</body>
</html>