Answers for "showing two iframes side by side"

CSS
0

showing two iframes side by side

.box{
    float:left;
    margin-right:20px;
}
.clear{
    clear:both;
}
Posted by: Guest on August-21-2021
0

showing two iframes side by side

<div class="box">
  <iframe src="https://embed.spotify.com/?uri=spotify:user:1290230929:playlist:6nTIVNGZfnZ4urUiwHIgpT" frameborder="0" scrolling="no" width="100%" height="512" align="left"> </iframe>
</div>

<div class="box">
  <iframe src="https://embed.spotify.com/?uri=spotify:user:1285279066:playlist:56KI83cMiMTOocIdXq2R5j" frameborder="0" scrolling="no" width="100%" height="512" align="right"></iframe>
</div>
Posted by: Guest on August-21-2021

Code answers related to "showing two iframes side by side"

Browse Popular Code Answers by Language