語法
透明度opacity
Setting the opacity of an element.
Overview
Class | Declarations |
---|---|
opacity:`value` | opacity: `value`;
|
Apply conditionally
Apply styles based on different states using selectors and conditional queries.
<div class="opacity:.5:hover opacity:.5@sm opacity:.5@dark opacity:.5@print">…</div>