Answers for "2. What is the use of CSS Opacity & % Unit?"

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 "2. What is the use of CSS Opacity & % Unit?"

Browse Popular Code Answers by Language