码迷,mamicode.com
首页 > 其他好文 > 详细

画三角形

时间:2017-07-05 11:34:57      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:tom   oct   ott   top   html   head   parent   方向   bottom   

<!DOCTYPE html>
<html>
<head>
<style>
.triangle {
width : 0;
height: 0;
border : 100px solid transparent;
border-top : 100px solid blue; /*这里可以设置border的top、bottom、left、right四个方向的三角*/
}
</style>
</head>
<body>
<div class="triangle"></div>
</body>
</html>

 

 

 

画三角形

标签:tom   oct   ott   top   html   head   parent   方向   bottom   

原文地址:http://www.cnblogs.com/dongdongseven/p/7119919.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!