+ 3
How apply Glassmorphic effect in Words?(Solved)
Here is just an sample code of mine...as u could see that their is a Glassmorphic effect in the glass(named)div....so I want that same kind of Glassmorphic effect to be happened to the word written in lightgreen....what I mean is that,that word should have that color but in a Glassmorphic way and it should be visible (transparent) like the glass div....hope u understood my question 🤨 https://code.sololearn.com/WNOC0iUhfO09/?ref=app
3 Respuestas
+ 4
.text{
color:rgba(144,238,144,0.3);
}
use this if you want transparentish lightgreen text
hope it helps :)
+ 1
Yeah,um that also works...it shows green but a in a lighter way...so umm..isn't their a way to make it more but brighter (in green color)+should contain the transparent...🤕
+ 1
Atoms~⚛ any suggestions 👆🙂