Add radial gradient background to #cat-glow in index.html
This commit is contained in:
@@ -181,6 +181,10 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index:
|
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>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="flex h-screen bg-white">
|
<body class="flex h-screen bg-white">
|
||||||
|
|||||||
Reference in New Issue
Block a user