generated from nhcarrigan/template
11 lines
231 B
CSS
11 lines
231 B
CSS
.glow {
|
|
position: fixed;
|
|
z-index: 1;
|
|
pointer-events: none;
|
|
height: 250px;
|
|
width: 250px;
|
|
background: radial-gradient(circle, #abfcecaa 0%, #00eeff00 50%);
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|