CopyPastor

Detecting plagiarism made easy.

Score: 1.6931366920471191; Reported for: String similarity, Exact paragraph match Open both answers

Possible Plagiarism

Plagiarized on 2020-10-11
by Hardik Yewale

Original Post

Original - Posted on 2020-10-11
by Lundstromski



            
Present in both answers; Present only in the new answer; Present only in the old answer;

I think you should reconsider the styling and restructure the iframe by putting:
<iframe src="https://open.spotify.com/embed/album/6PacuyET9wu53oPnOCH1hB" width="300" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media" style="float: left"></iframe>
Also you can use the Figcaption property of css if you want to place the caption just on the bottom/top of the embeded thing.
<figcaption>text</figcaption>
As user4642212's comment, the styling is invalid.
Use this instead:
<iframe src="https://open.spotify.com/embed/album/6PacuyET9wu53oPnOCH1hB" width="300" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media" style="float: left"></iframe>
[CodePen](https://codepen.io/Lundstromski/pen/GRqJOzx)

        
Present in both answers; Present only in the new answer; Present only in the old answer;