comar make this effect in css [closed]

-5

There is a possibility to help me implement this code css

img {
  background-color: blue;
  width: 200px;
  height: 200px;
}

.capa {
    width: 210px;
    height: 210px;
}

.cd {
  position: absolute;
  z-index: -1;
  border-radius: 100px;
  border: 2px solid gray;
  left: 100px;
}
<img class="capa" src="http://www.suamusica.com.br/dirs/293980/686110/cd_cover.jpg"><imgclass="cd" src="http://www.suamusica.com.br/dirs/293980/686110/cd_cover.jpg">

onmysite?runthestretchtounderstand!SOMECONTACT?

  

link

    
asked by anonymous 18.09.2015 / 10:43

1 answer

4

img {
  background-color: blue;
  width: 200px;
  height: 200px;
}

.capa {
    width: 210px;
    height: 210px;
}

.cd {
  position: absolute;
  z-index: -1;
  border-radius: 100px;
  border: 2px solid gray;
  left: 100px;
}
<div class="Info">
    <b>Banda:</b>Oz Karaz de Saia <br> 
    <b>Local:</b>Não Informado<br>
    <b>Tamanho:</b>3.08MB<br>
    <b>Qualidade:</b>100%<br> 
    <b>Gravação:</b>Banda/Produção </div>
    <p>
        <!--more-->
    </p>
    <div class="Capa">
        <div>
            <img class="capa" src="http://www.suamusica.com.br/dirs/293980/686110/cd_cover.jpg"><imgclass="cd" src="http://www.suamusica.com.br/dirs/293980/686110/cd_cover.jpg"></div><divclass="Links">
            <strong>Servidor Para o Download – 
                <a href="suamusica.com.br/OzKarazdeSaiaTOSOLTEIRO2015"; rel="nofollow" target="_blank"> 
                    Sua Musica 
                </a>
            </strong>
        </div>
    </div>
</div>
   
    
18.09.2015 / 12:27