CSS clip-path
関連タイピング
-
プレイ回数79 英字169打
-
css 3 暗記用です
プレイ回数981 英語長文438打 -
おぼえたいもの自分学習用
プレイ回数1527 長文英字840打 -
HTMLの構成です。これであなたもプログラマーです。
プレイ回数507 133打 -
htmlのタグを入力
プレイ回数238 300秒 -
自作のハンバーガーメニューを作成しましょう!
プレイ回数4013 英語長文721打 -
HTMLタグの入力練習
プレイ回数506 英語230打 -
Vue.js 3 Transition 自分暗記用
プレイ回数245 英語長文364打
問題文
ふりがな非表示
ふりがな表示
(clip-path:inset(10px 5px round 5%);)
inset(上 右 下 左 round 左上 右上 右下 左下)
(clip-path:circle(50px at right top);)
circle(半径 at 位置)
(clip-path:ellipse(60px 40px at 60px 40%);)
ellipse(x半径 y半径 at 左右 上下 中心の位置
(clip-path:polygon(0% 0%,100% 0%,50% 100%);)
poygon(X座標 y座標のペア);
(clip-path:circle(50%);shape-outside:circle(50%);)
shape-outside: clip-pathと同じ;
(shape-margin:10px;)
shape-margin:
(color:transparent;)
color:rgba(0,0,0,0);
(background-clip:text;)
background-clip