Your IP : 216.73.216.102


Current Path : /home/kamilrogam/komp/2018/180513/_MY_PROJECTS/STAROCIE/CV_kamilrogala/css/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/_MY_PROJECTS/STAROCIE/CV_kamilrogala/css/animation.css

@charset "UTF-8";
i.mg {
	-webkit-transition: all 0.5s ease-out;
	transition:  all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
i.mg:hover {
	-webkit-transition: all 0.5s ease-out;
	transition:  all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	-moz-transform: scale(1.15);
}
a, input, button, select {
	-webkit-transition: all 0.7s ease-out;
	transition:  all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}
a:hover, input:hover, button:hover, select:hover {
	-webkit-transition: all 0.7s ease-out;
	transition:  all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}
input:focus, button:focus, select:focus {
	-webkit-transition: all 0.7s ease-out;
	transition:  all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}