🚀 Dex Wat Live Code Editor
HTML
🚀 ยินดีต้อนรับสู่ Dex Wat Learn 🚀
CSS
.glow-text { font-size: 2.5em; color: #0ff; text-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff, 0 0 40px #08f, 0 0 80px #08f; animation: marquee 10s linear infinite; white-space: nowrap; display: inline-block; } /* ทำให้ข้อความวิ่ง */ @keyframes marquee { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } } /* จัดให้อยู่กลางจอ */ body { background: #000; text-align: center; overflow: hidden; padding-top: 100px; font-family: 'Orbitron', sans-serif; }
JavaScript
▶ แสดงผล
ผลลัพธ์