三角形 css 样式
#test{
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 120px solid red;
}
#test{
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 120px solid red;
}
2015-08-26
有疑问啊老师,既然left和top居中了,为什么又要把margin左移和上移干嘛!两者相矛盾的,完全可以都删掉啊,我试了一下,结果是一样的!只需要把盒子旋转回来,在下移25%即可。
2015-08-22