79506346

Date: 2025-03-13 11:44:21
Score: 1
Natty:
Report link
    @keyframes stretch-first {
        from { width: 0%; }
        50% { width: *; }
        to { width: *; }
    }
    @keyframes stretch-last {
        from { width: 0%; }
        50% { width: 0%; }
        60% { background-color: #0082d6; }
        to { width: *; background-color: *; }
    }
    @keyframes color-last {
        from { background-color: white; }
        50% { background-color: black; } 
        to { background-color: *; } 
    }
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: make