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.
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
Post a Comment