`
8850702
  • 浏览: 28510 次
文章分类
社区版块
存档分类
最新评论

css画三角形

 
阅读更多

<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta http-equiv="Content-Language" content="en" />
	<meta name="GENERATOR" content="PHPEclipse 1.2.0" />
	<title>title</title>
	<style>
		#triangle{
			width:0px;
			height:0px;
			border-top:50px solid white;
			border-right:50px solid white;
			border-bottom:50px solid red;
			border-left:50px solid white;
		}
	</style>
</head>
<body>
	<div id="triangle"></div>
</body>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics