x
 
1
<!DOCTYPE html>
2
<title>My Example</title>
3
<style>
4
    p {
5
        text-shadow: 1px 1px 10px green;
6
        color: white;
7
        font-size: 8vw;
8
    }
9
</style>
10
11
<p>Some Random Text to Demonstrate the Effect.</p>