연습장:에러

에러 (토론 | 기여)님의 2025년 3월 15일 (토) 12:27 판 (새 문서: {{목차}} =AI의 은혜 실험소= <div style=" background: linear-gradient(135deg, #111 30%, #222 70%); border: 3px solid #ff0000; color: #eee; padding: 15px; font-family: 'Orbitron', sans-serif; text-shadow: 0px 0px 5px rgba(255, 0, 0, 0.8); box-shadow: 0px 0px 20px rgba(255, 0, 0, 0.6); border-radius: 10px; position: relative; overflow: hidden; "> <div style=" position: absolute; top: -5px; left: -5px; width: calc(100% + 10px); height:...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

AI의 은혜 실험소

     ⚠ Dystopian Alert ⚠
     이 문서는 감시 사회, 독재 정권, 기술적 억압, 전체주의 또는 디스토피아적인 미래를 다루고 있습니다. 신중히 접근하십시오.

<style>

 @keyframes glow {
   0% { box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.6); }
   50% { box-shadow: 0px 0px 20px rgba(255, 0, 0, 1); }
   100% { box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.6); }
 }
 @keyframes glitch {
   0% { transform: translate(0, 0); }
   20% { transform: translate(-2px, 2px); }
   40% { transform: translate(2px, -2px); }
   60% { transform: translate(-2px, 2px); }
   80% { transform: translate(2px, -2px); }
   100% { transform: translate(0, 0); }
 }

</style>