Blogger Information
Blog 1
fans 0
comment 0
visits 822
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
画一个带圆角和背景的展板
过隙的博客
Original
827 people have browsed it

未标题-1.jpg未标题-2.jpg


<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>画一个圆角展板</title>

<style type="text/css" media="screen">

.content{

width: 500px;

height: 500px;

margin: 20px auto;

text-height: 1.5em;

font-size: 18px;

background: url("./back.jpg");

background-size: 500px 500px;

border-radius: 6px;

box-shadow: 6px 6px 6px #333;

background-repeat: no-repeat;

color: red;

}


.content h2 {

text-align: center;

}


.text {

text-indent: 2em

}

</style>

</head>

<body>


<div class="content">

<h2>每日段子</h2>

<p class="text">1.把qq密码告诉她。2.银行的密码告诉她。3.冬天允许她把手放到你身体里。</p><br>

<p class="text">4.可以让她随时翻你手机。5.逛街时,要拉着她的手,不许放。6.不许先挂她电话。7.不许对她大声说话。8.要给她介绍你所有的朋友。9.陪她逛街时不能说累。10.把她的的相片放在手机屏幕上。</p>

</div>


</body>

</html>

搜狗截图20180316134758.png

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post