What's new

Closed Paano yung blurry na text?

Status
Not open for further replies.

jashenn15

Enthusiast
sana may makasagot

HTML:
<!DOCTYPE html>
<html>
  <head>
    <title>Title of the document</title>
    <style>
      #blur {
        font-size: 40px;
        color: transparent;
        text-shadow: 0 0 8px #000;
      }
    </style>
  </head>
  <body>
    <div id="blur">SALAMAT</div>
  </body>
</html>
 
Status
Not open for further replies.

Similar threads

Back
Top