<h1>Best songs of 2019</h1>

<figure>
  <iframe width="560" height="315" src="https://www.youtube.com/embed/3nhO6b1XD2s" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  <figcaption> Naira Marley - Mafo </figcaption>
</figure>

<figure>
  <iframe width="560" height="315" src="https://www.youtube.com/embed/3nhO6b1XD2s" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  <figcaption> Naira Marley - Mafo </figcaption>
</figure>

<figure>
  <iframe width="560" height="315" src="https://www.youtube.com/embed/3nhO6b1XD2s" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  <figcaption> Naira Marley - Mafo </figcaption>
</figure>
figure {
    border: thin #c0c0c0 solid;
    display: flex;
    flex-flow: column;
    padding: 5px;
    max-width: 500px;
}

iframe {
    max-width: 100%;
}

figcaption {
    background-color: #222;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.