1.

When you buy green, wash it red and cook it. What is yellow?

Answer»

ANSWER:

Bts army bomb        body { background: linear-gradient(45deg, #FBCCB7, #EFAAC9, #CCB6D9, #A2C8ED); width: 100vh; height: 300px; } .army-bomb-container { position: fixed; left: 50%; top: 50%; transform: translateX(-50%) translateY(-30%); } .handle { position: relative; height: 200px; width: 50px; background-color: black; z-index: 0; } /* top of the army bomb drawn using pseudo elements on the handle (so that it is drawn behind the glowing animation) */ .handle:before { position: absolute; left: 132.5%; top: -30%; width: 30px; height: 10px; background-color: black; transform: rotate(45deg); z-index: -1; content:



Discussion

No Comment Found