opacity: 0; animation: fadeIn .3s ease-out .1s forwards } @keyframes fadeIn { to { opacity: 1 } }