Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>Example</title> <style> input { caret-color: orange; color: white; background: black; font-size: 7vw; padding: 3vw; animation: myAnimation 10s infinite; } @keyframes myAnimation { 50% { caret-color: limegreen; } } </style> <input autofocus placeholder="Name">
Preview