Effetto ombra di testo 2






https://www.w3schools.com/css/tryit.asp?filename=trycss3_text-shadow5



<!DOCTYPE html>
<html>
<head>
<style>
h1 {
text-shadow: 0 0 3px #FF0000;
}
</style>
</head>
<body>

<h1>Text-shadow effect!</h1>

<p><b>Note:</b> Internet Explorer 9 and earlier versions, do not support the text-shadow property.</p>

</body>
</html>










( effettoombraditesto2.html )- by Paolo Puglisi - Modifica del 17/12/2023