Paragraph Opacity
-
Hi, can i put an css to make a opacity only on text, when it`s minimzed?
I get this code, but it puts the opacity on the button, i need that mantains 100% visible
selector {
position: relative;
overflow: hidden; mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%); -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%); color: inherit; / Cor do texto */
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Paragraph Opacity’ is closed to new replies.