I want to embed two pinterest pins next to each other. Pinterest gives you the html code to do this which looks like this:
<iframe src="https://assets.pinterest.com/ext/embed.html?id=424605071137135326" height="531" width="345" frameborder="0" scrolling="no" ></iframe>
I can then easily add this to my website. However, I want to add two or sometimes three of these next to each other. Is there a way to easily do this?
Thanks in advance!
I haven’t tried anything and have no idea where to start
2
Answers
you can check these related answers:
[1] CSS two divs next to each other
[2] HTML5 CSS3 and IFRAMES?
Lastly this one: https://help.flourish.studio/article/155-how-to-embed-two-visualizations-next-to-each-other
Jeah, you could use Flexbox or Grid!
Here an example for
Grid
Or the
flexbox
variety