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

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);
    }
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.