ToolShed
カラー・デザイン無料・登録不要

CSS三角形生成

CSS borderで三角形を生成

width: 0;
height: 0;
border-left: 30px solid transparent;
width: 0;
height: 0;
border-right: 30px solid transparent;
width: 0;
height: 0;
border-bottom: 40px solid #3b82f6;

関連ツール