/*
Theme Name: HTML Paste Pro
Description: Paste your full HTML/CSS/JS code into any page. No title shown. No WordPress interference. Pure output.
Version: 1.0
Author: HTML Paste Pro
Text Domain: html-paste-pro
*/

/* Zero interference — your HTML controls everything */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { width: 100%; background: #fff; }
