1.

Will you make a variable in a program as constant?the output of the following (show working / dry run)​

Answer»

Ballhtml,body {background: #ffdf6d;padding: 0;margin: 0;box-sizing: border-box;display: flex;justify-content: center;align-items: center;height: 300px;overflow: hidden;}.ball {width: 200px;height: 200px;border-radius: 50%;background: white;position: relative;box-shadow: -20px 0 rgba(0, 0, 0, 0.1) inset;animation: roll 1s ease-in-out infinite;background: linear-gradient(to bottom,#e83e35 0%,#e83e35 50.5%,#ffffff 50.51%,#ffffff 100%);}.ball:after {content:



Discussion

No Comment Found