| Current Path : /home/missmand/www/learning/css/ |
| Current File : /home/missmand/www/learning/css/video.css |
@charset "utf-8";
/* CSS Document */
#formation{
width: 60%;
position: absolute;
left: 0px;
top: 79px;
bottom: 0px;
height: calc(100% - 79px);
padding-left: 5%;
padding-right: 5%;
}
#formation iframe{
width: 100%;
min-height: 70%;
margin-bottom: 5px;
margin: 0px;
padding: 0px;
margin-left: auto;
margin-right: auto;
background-color: #ccc;
margin-top: 5%;
}