css changing opacity code example Example: css opacity Click to copy.div{ opacity: 0.8; /* 1 means fully visible, 0 means invisible */ }