CSS clip-path

関連タイピング
-
htmlの雛形覚え用
プレイ回数483英語長文258打 -
chatGPTに作らせた部分一致検索サイトです。
プレイ回数833長文590打 -
ブラウザで動くテトリスのコーディングです。
プレイ回数2829長文532打 -
emmetのための備考欄
プレイ回数948短文英字201打 -
自分で覚えるためにつくりました
プレイ回数2789190打 -
htmlやcssのタイピングです。
プレイ回数6610英語長文120秒 -
CSS 3 暗記用です
プレイ回数609英語長文587打 -
webクリエイター試験上級までカバー
プレイ回数5677長文英字1629打
問題文
ふりがな非表示
ふりがな表示
(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