SOURCE

console 命令行工具 X clear

                    
>
console
<div class="box">
			<div class="item">我愿穷极一生做一场有你的梦.</div>
			<div class="i1">一个人愿意等才会有人愿意出现 或来自五湖四海或在多远的未来</div>
			<div class="i2">没有回忆的人生,未免苍白了一点.</div>
			<div class="i3">月亮转动他齿轮般的梦,最大的星星借着你的双眼凝视着我.</div>
			<div class="i4">你临别的微笑虽然只是短短的一瞬,但是摄在我心的底片上.</div>
			<div class="i5">这一年写过很多文字来纪念一个人。这一年听过很多歌来想念一个.</div>
			<div class="i6">每个人心中,都有一个楼兰,有时切近,有时遥远.</div>
			<div class="i7">人生短,莫等闲.</div>
			<div class="i8">留一份距离 就有朦胧美.</div>
		</div>
/**{
				margin: 0;
				padding: 0;
			}*/
			.box{
				/*width: 1000px;*/
				margin: 0 200px;
			}
			body{
				background: -webkit-linear-gradient(top,rgba(203,235,219) 0, rgb(55,148,192)120%);
				font-family: "汉仪雪君体简";
				font-size: 18px;
				background: skyblue;
				position: relative;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
			}
		div{
			width: 200px;
			height: 200px;
			line-height: 30px;
			background: palegreen;
			-webkit-border-bottom-left-radius:20px 500px ;
			-webkit-border-bottom-right-radius:500px 30px ;
			-webkit-border-top-right-radius:50px 100px ;
			box-shadow: 0 2px 10px  rgba(0,0,0,0.5);
			-webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,0.5);
		}	
		.i1{
			padding:5px;
			background: palevioletred;
			margin-left: 150px;
			margin-top: -170px;
			color: wheat;
		}
		.i2{
			background: plum;
			padding:5px;
			margin-left: 370px;
			margin-top: -230px;
		}
		.i4{
			background: pink;
			padding:5px;
			margin-left: 270px;
			margin-top: -230px;
		}
		.i5{
			background: mediumseagreen;
			margin-left: 570px;
			padding:5px;
			margin-top: -330px;
		}
		.i6{
			background: aquamarine;
			padding:5px;
			margin-left: 370px;
		}
		.i7{
			background: gold;
			padding:5px;
			margin-left: 770px;
			margin-top: -430px;
		}
		.i8{
			background: aquamarine;
			padding:5px;
			margin-left: 670px;
			margin-top: -50px;
		}