lucas's profile picture

Published by

published

Category: Web, HTML, Tech

how to put a pinterest board on your profile (sort of)

idk if theres a better way to do this but heres what i did, check my page for the results :p sorry if it has already been done before


<div class="pincon">

<img src="YOUR IMAGE LINK HERE"/>

<img src="YOUR IMAGE LINK HERE"/>

<img src="YOUR IMAGE LINK HERE"/>

<!-- ...you can add even more images, just copy and paste -->

</div>

<style>

.pincon {

  column-count: 4;

  column-gap: 5px;

  height: 400px;

}

.pincon > img {

width: 100%;

}

</style>


4 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )