Generation

css from descriptionSun, 07 May 2023

make a efect hovver with matrix efect in te stroke with neon colors and color green in text

#title { color: #61DBFB; text-align: center; font-size: 30px; margin: 20px 0; animation: neon1 1.5s ease-in-out infinite alternate; } #title:hover { animation: none; text-shadow: 0 0 8px #61DBFB, 0 0 30px #61DBFB, 0 0 50px #61DBFB, 0 0 200px #61DBFB, 0 0 200px #61DBFB; color: #61DBFB; } @keyframes neon1 { from { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #61DBFB, 0 0 70px #61DBFB, 0 0 80px #61DBFB; color: #fff; } to { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #

Questions about programming?Chat with your personal AI assistant