
<html> <head> <title>css ile yazıları gölgelendirme</title> </head> <body> <div style="background:#666666; padding:10px; text-shadow:3px 3px 2px #000; font-size:36px; ">Gölge etme </div> </body> </html>
0
●3.236

<html> <head> <title>css ile yazıları gölgelendirme</title> </head> <body> <div style="background:#666666; padding:10px; text-shadow:3px 3px 2px #000; font-size:36px; ">Gölge etme </div> </body> </html>