
* Glowing text effect
```css
h1 {
text-shadow: 0 0 4px #00FF9C;
}
```

#### Multiple Shadows
To achieve this, you simply add a comma between two (or more) sets of values:
