.center { text-align: center; } /*text fade in animation*/ #title p { -webkit-animation-delay: .1s; /* Safari 4.0 - 8.0 */ -moz-animation-delay: .1s; animation-delay: .1s; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; } #question p { -webkit-animation-delay: .1s; /* Safari 4.0 - 8.0 */ -moz-animation-delay: .1s; animation-delay: .1s; -webkit-animation-duration:...
Published on October 26, 2017 17:00