h2 { text-align: center; animation: grandir 8s; animation-timing-function: linear; } @keyframes grandir { 50% {transform: scale(4);} 100% {transform: scale(1);} }