Answers for "best way to apply opacity css"

CSS
6

css opacity

.div{
  opacity: 0.8; /* 1 means fully visible, 0 means invisible */
}
Posted by: Guest on July-16-2020

Code answers related to "best way to apply opacity css"

Browse Popular Code Answers by Language