三角形の描画(CSS)
271 ワード
#arrow
{
width : 0;
height: 0;
border-left : 50px solid transparent;
border-right: 50px solid transparent;
border-top : 80px solid burlywood;
}