css from descriptionTue, 17 Jan 2023

create a popup who disappear after 5 seconds

#notification { animation-name: fadeOut; animation-duration: 5s; } @keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }

Questions about programming?Chat with your personal AI assistant