问题标题: 不知道

0
0
已解决
郑皓予
郑皓予
中级光能
中级光能

body { background-color: black; font-family: 'Courier New', monospace; text-align: center; padding-top: 200px; } .line1 { color: #88ff88; font-size: 20px; opacity: 0; animation: fadeIn 0.5s forwards; } .line2 { color: #ffaa66; font-size: 20px; opacity: 0; animation: fadeIn 0.5s 0.5s forwards; } .line3 { color: #ff8888; font-size: 20px; opacity: 0; animation: fadeIn 0.5s 1s forwards; } .line4 { color: #ff5555; font-size: 28px; font-weight: bold; opacity: 0; animation: fadeIn 0.5s 1.5s forwards, shake 0.3s 2s infinite; } @keyframes fadeIn { to { opacity: 1; } } @keyframes shake { 0% { transform: translateX(0); } 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } 100% { transform: translateX(0); } } it's a beautiful day outside. birds are singing, flowers are blooming... on days like these, kids like you... SHOULD BE BURNING IN HELL.

郑皓予在2026-04-26 11:56:32追加了内容

猜猜效果是啥


0
0
0
0
我要回答