DEMO

Past this HTML Code in your posts


<iframe src="https://priyanshuomsd.blogspot.com"> </iframe>


Past this Css code before b:skin[[

<style>

iframe {

  border-radius: 10px;

  box-shadow: 5px 10px 10px; #ccc;

}  

iframe:hover{

    border-radius: 10px;

    background: green;

    box-shadow: 5px 10px 5px green;

  -moz-transform: scale(1.2);

-webkit-transform: scale(1.2);

-o-transform: scale(1.2);

-ms-transform: scale(1.2);

transform: scale(1.2);

    }


</style>