Generate mouse/keyboard events from your mouse.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
222 B

.youtube
{
position:relative;
width:100%;
padding-top:56.25%;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}
.youtube iframe
{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
}