<! DOCTYPE html>
<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>
<body>
<div class= "Heart" ></div>
</body>
<! DOCTYPE html>
<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>
<body>
<div class= "Tai" ></div>
<div class= "Mouse" ></div>
</body>
<! DOCTYPE html>
<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: "Blackbody";
font-size:12px;
}
</style>
<body>
<div class= "Container" >
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
<div><p>hello,welcome!</p></div>
</div>
</body>
2016/03/03 Codes