<html>
<head>
<style>
h1 {
text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
}
</style>
</head>
<body>
<h1>Text-shadow with red and blue neon glow!</h1>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss3_text-shadow6 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:49:13 GMT -->
</html>