Answers for "the css property used to specify the transparency of an element is:"

CSS
9

css opacity

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

Code answers related to "the css property used to specify the transparency of an element is:"

Browse Popular Code Answers by Language