Effetto ombra di testo Grande






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



<!DOCTYPE html>
<html>
<head>
<style>
h1 {
color: white;
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}
</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>










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