Opacity
Apply opacity properties of an element
Classes
Class | Properties |
---|---|
.opacity-0 | opacity: 0; |
.opacity-{1-9} | opacity: {.1-.9}; |
.opacity-10 | opacity: 1; |
.opacity-[0-10]
Sets the opacity property to a value between 0 and 1.
Responsive
<div class="opacity-10 bp1:opacity-3 bp2:opacity-7 bp3:opacity-0 bp4:opacity-5 ...">
<!-- ... -->
</div>