2016/03/03 codes

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<style type="text/css">
.heart{
width: 200px;
height: 200px;
background-color: #d31145;
margin: 100px auto;
transform:rotate(45deg);
position: relative;
}
.heart:before,.heart:after{
content: '';
width: 200px;
height: 200px;
background-color: #d31145;
position: absolute;
border-radius: 100px;
left: -100px;
}
.heart:after{
top: -100px;
}
</style>
</head>
<body>
<div class="heart"></div>
</body>
</html>

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<style type="text/css">
.tai{
width: 96px;
height: 48px;
background-color: white;
border-color: blue;
border-width: 2px 2px 50px 2px;
border-style:solid;
border-radius: 50px;
margin: 100px auto;
position: relative;
}
.tai:before{
content: '';
position: absolute;
top:24px;
width: 12px;
height: 12px;
background-color: white;
border: 18px solid blue;
border-radius: 50%;;
}
.tai:after{
content: '';
position: absolute;
top:24px;
left: 50%;
width: 12px;
height: 12px;
background-color: blue;
border: 18px solid white;
border-radius: 50%;;
}
.mouse{
width: 60px;
height: 90px;
border-color: white;
border-bottom-color: red;
border-style: solid;
border-radius: 50%;
}
</style>
</head>
<body>
<div class="tai"></div>
<div class="mouse"></div>
</body>
</html>

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<style type="text/css">
.container {
column-width: 180px;
-webkit-column-width:180px;

column-gap:3px;
-webkit-column-gap:3px;
}
.container div{
width: 180px;
margin: 5px 0;
border: 1px solid gray;
}
.container img{
width: 180px;
}
.container div p{
text-align: center;
font-family: "黑体";
font-size: 12px;
}
</style>
</head>
<body>
<div class="container">
<div><img src="image/1.jpg"><p>hello,welcome!</p></div>
<div><img src="image/5.jpg"><p>hello,welcome!</p></div>
<div><img src="image/20.jpg"><p>hello,welcome!</p></div>
<div><img src="image/10.jpg"><p>hello,welcome!</p></div>
<div><img src="image/1.jpg"><p>hello,welcome!</p></div>
<div><img src="image/5.jpg"><p>hello,welcome!</p></div>
<div><img src="image/20.jpg"><p>hello,welcome!</p></div>
<div><img src="image/10.jpg"><p>hello,welcome!</p></div>
<div><img src="image/1.jpg"><p>hello,welcome!</p></div>
<div><img src="image/5.jpg"><p>hello,welcome!</p></div>
<div><img src="image/20.jpg"><p>hello,welcome!</p></div>
<div><img src="image/10.jpg"><p>hello,welcome!</p></div>
<div><img src="image/1.jpg"><p>hello,welcome!</p></div>
<div><img src="image/18.jpg"><p>hello,welcome!</p></div>
<div><img src="image/17.jpg"><p>hello,welcome!</p></div>
<div><img src="image/14.jpg"><p>hello,welcome!</p></div>
<div><img src="image/11.jpg"><p>hello,welcome!</p></div>
<div><img src="image/3.jpg"><p>hello,welcome!</p></div>
<div><img src="image/8.jpg"><p>hello,welcome!</p></div>
<div><img src="image/7.jpg"><p>hello,welcome!</p></div>
<div><img src="image/1.jpg"><p>hello,welcome!</p></div>
<div><img src="image/5.jpg"><p>hello,welcome!</p></div>
<div><img src="image/20.jpg"><p>hello,welcome!</p></div>
<div><img src="image/10.jpg"><p>hello,welcome!</p></div>
<div><img src="image/1.jpg"><p>hello,welcome!</p></div>
<div><img src="image/5.jpg"><p>hello,welcome!</p></div>
<div><img src="image/20.jpg"><p>hello,welcome!</p></div>
<div><img src="image/10.jpg"><p>hello,welcome!</p></div>
<div><img src="image/1.jpg"><p>hello,welcome!</p></div>
<div><img src="image/5.jpg"><p>hello,welcome!</p></div>
<div><img src="image/20.jpg"><p>hello,welcome!</p></div>
<div><img src="image/10.jpg"><p>hello,welcome!</p></div>
<div><img src="image/1.jpg"><p>hello,welcome!</p></div>
<div><img src="image/18.jpg"><p>hello,welcome!</p></div>
<div><img src="image/17.jpg"><p>hello,welcome!</p></div>
<div><img src="image/14.jpg"><p>hello,welcome!</p></div>
<div><img src="image/11.jpg"><p>hello,welcome!</p></div>
<div><img src="image/3.jpg"><p>hello,welcome!</p></div>
<div><img src="image/8.jpg"><p>hello,welcome!</p></div>
<div><img src="image/7.jpg"><p>hello,welcome!</p></div>
</div>
</body>
</html>

posted on 2016-03-03 22:54  琳姐姐  阅读(85)  评论(0编辑  收藏  举报

导航