Aso4Tech WebStudio
HTML Structure
index.html
Hello Modern Web!
Real-time compilation with Aso4Tech editor.
Interact Me
CSS Styles
style.css
body { background: #0f172a; display: flex; justify-content: center; align-items: center; height: 100vh; color: white; font-family: 'Segoe UI', sans-serif; margin: 0; } .card { background: rgba(255,255,255,0.05); padding: 2rem; border-radius: 20px; border: 1px solid rgba(255,255,255,0.1); text-align: center; backdrop-filter: blur(10px); } #alertBtn { margin-top: 15px; padding: 10px 25px; background: #38bdf8; border: none; border-radius: 8px; cursor: pointer; font-weight: bold; }
JavaScript
script.js
document.getElementById('alertBtn').onclick = () => { alert('JavaScript is working perfectly!'); };
LIVE PREVIEW
-
100%
+
Reset
Fullscreen
Open in New Tab
Export Files