1
0

Add radial gradient background to #cat-glow in index.html

This commit is contained in:
2025-05-26 06:55:02 +02:00
parent 8d3a71b2d3
commit 06d371316d

View File

@@ -181,6 +181,10 @@
position: relative;
z-index:
}
#cat-glow {
background: radial-gradient(circle, rgba(255,230,100,0.9) 0%, rgba(255,230,100,0.15) 75%, rgba(0,0,0,0) 100%);
/* Größe und Farbe kannst du per JS dynamisch ändern! */
}
</style>
</head>
<body class="flex h-screen bg-white">