<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/cssref/tryit.php?filename=trycss3_text-shadow_neon2 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 17:38:24 GMT -->
</html>