为了账号安全,请及时绑定邮箱和手机立即绑定

one 中 的margin-left 是对哪个点 设置的呀 border设置的100px是对三角形的底边边长吗

http://img1.sycdn.imooc.com//58cdf0de0001e5d208190604.jpg


#one
{
   width: 0px;
   height: 0px;
   border-top: 100px solid transparent;
   border-right: 100px solid transparent;
   border-bottom: 100px solid green;
   border-left:100px solid transparent ;
   margin-left: 100px;
   float: left;
}
#two
{
   width: 0px;
   height: 0px;
   border-top: 200px solid transparent;
   border-right: 200px solid transparent;
   border-bottom: 200px solid green;
   border-left:200px solid transparent ;

}
#three
{
   width: 100px;
   height: 200px;
   background: gray;
   margin-left: 150px ;

}


正在回答

举报

0/150
提交
取消

one 中 的margin-left 是对哪个点 设置的呀 border设置的100px是对三角形的底边边长吗

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信