CSS clip-path

関連タイピング
-
プログラミングでよく使う記号や構文を練習したい人向け
プレイ回数1万長文956打 -
Vue.js 3 Transition 自分暗記用
プレイ回数192英語長文364打 -
vue Lifecycle Hooks
プレイ回数181英語157打 -
chatGPTに作らせた部分一致検索サイトです。
プレイ回数723長文590打 -
CSS 3 暗記用です。
プレイ回数961英語長文890打 -
読み方の勉強です。
プレイ回数3283短文英字171打 -
ウェブプログラミング言語のタイピング練習ができます。
プレイ回数1.9万長文2819打 -
htmlの要素を覚えるの打
プレイ回数1417短文英字193打
問題文
ふりがな非表示
ふりがな表示
(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