码迷,mamicode.com
首页 > Web开发 > 详细

CSS画图

时间:2016-08-12 11:22:24      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:

   1.心(不支持IE)

<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
	.heartLeft{ height:150px; width:100px; background-color:#F00; border-radius:100px 100px 0px 0px;transform:rotate(-45deg); margin-left:135px}
	.heartRight{ height:150px; width:100px; background-color:#F00; border-radius:100px 100px 0px 0px;transform:rotate(45deg); margin-left:170px; margin-top:-150px}
</style>
</head>
<body>
<div class="heartLeft"></div>
<div class="heartRight"></div>
</body>
</html>

 2.

CSS画图

标签:

原文地址:http://www.cnblogs.com/wqb2016/p/5764104.html

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