Skip to content

Instantly share code, notes, and snippets.

View Cnote0901's full-sized avatar

Cnote0901

  • Joined Apr 19, 2026
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Bangers&display=swap" rel="stylesheet">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Anton', sans-serif; background: #09BBDF; margin: 0; }
.container {