Hacked By AnonymousFox

Current Path : /home/missmand/www/learning/css/
Upload File :
Current File : /home/missmand/www/learning/css/flash.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: 80%;
	display: block;
	margin-bottom: 5px;
	margin-top: 5%;
}


/* Version mobile */
@media screen and (max-width: 950px) {

	#formation iframe{
		width: 100%;
		min-height: 550px;
		display: block;
		margin-bottom: 5px;
		margin-top: 5%;
	}

}

Hacked By AnonymousFox1.0, Coded By AnonymousFox