html - How to make transparent text? -


this question has answer here:

i'm making portfolio , i'd know how set div property makes div's text transparent , background , such opaque.

enter image description here

use rgba , set opacity 0 (the last value).

color:rgba(0, 0, 0, 0);

see here

update

now have clarified question... svg best bet. see fill-opacity


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -