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 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -