<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Home</title>
<style type="text/css">
#homew {
width:90%;
margin:0px auto;
background-color: black;
border: 2px solid black;
border-radius: 15px;
opacity: 0.6;
filter: alpha(opacity=60);
}
#video {
width:100%;
padding-top:10px;
padding-left:10px;
margin-top:10px;
opacity: 1;
filter: alpha(opacity=100);
}
</style>
</head>
<body>
<div id="homew">
<div id="video">
<iframe "width="420" height="315" src="https://www.youtube.com/watch?v=ZIHRXL34uks?autoplay=1" frameborder="0" allowfullscreen>
</iframe>
</div>
</div>
</body>
</html>
Desde ya muchas gracias como siempre por salvarme en mi ignorancia