首页 > 其他 > 详细

大于号的代码写法

时间:2017-01-24 12:24:05      阅读:264      评论:0      收藏:0      [点我收藏+]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
*{
padding:0;
margin:0;
}
.arrow1 {
/*position: relative;*/
margin: 50px auto;
width: 100px;
height: 100px;
border: 20px solid red;
border-left: none;
border-bottom: none;
transform: rotate(45deg);
}
/*.arrow2{
transform: translate(-60px,-9px);
position: absolute;
}*/
</style>
</head>
<body>
<div class="arrow1">
<!--<div class="arrow1 arrow2">
</div>-->
</div>
</body>
</html>


大于号的代码写法

原文:http://www.cnblogs.com/qiancheng123/p/6346767.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!