Skip to content

Instantly share code, notes, and snippets.

@Loveilife
Loveilife / Overlay.html
Created May 1, 2026 15:35
Overlay.html
<!DOCTYPE html>
<html lang="en">
<head>
<style>
body {
margin: 0; padding: 0; width: 1920px; height: 1080px;
background-color: transparent !important; /* Forces transparency */
font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
overflow: hidden; color: white;
z-index: 9999; /* Fix: Ensures it is on top */