portfolio/src/app/app.component.css
2024-06-27 13:11:37 -07:00

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;
}