属性名 | shape-image-threshold |
---|---|
値 | <number> | <percentage> |
初期値 | 0 |
適用可能要素 | すべての要素 |
継承 | 継承しない |
サポート | https://caniuse.com/mdn-css_properties_shape-image-threshold |
shape-outside でテキストの回り込みを行う際、テキストの表示位置を決めるための透明度を 0~1.0 の値または 0~100% のパーセンテージで指定します。
#img1 { height: 200px; width: 200px; float: left; background-image: linear-gradient(140deg, black, transparent 50%, transparent); shape-outside: linear-gradient(140deg, black, transparent 50%, transparent); shape-image-threshold: 0.2; }
<img id="img1" src="image/earth.png"> Earth is the third planet...