Blogger Information
Blog 6
fans 0
comment 0
visits 3399
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
学习第一课
渔猎者学习博客
Original
815 people have browsed it
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>一个人的故事</title>

<style type="text/css">

div {
width: 430px;
height:280px;
padding: 15px;
border-radius: 15px;
box-shadow: 5px 5px 5px #888;
background-image: url(img/2.jpg);
background-size: 520px 320px;
background-repeat: no-repeat;


}

.text{
color:#ffffff;
line-height: 1.5em;
text-indent: 2em;
}

</style>
</head>
<body>
<script type="text/javascript">
function change(element) {
element.style.fontSize = '24px'
element.style.color = '#e9e7ef'
}
function old(element) {
element.style.fontSize = '20px'
element.style.color = 'brown'
}
</script>
<div>
<h2 style="color:brown;text-align: center;font-size:20px" onmouseover="change(this)"onmouseout="old(this)" >一个人的感言:</h2>
<p>人生短短几十年,不要给自己留下了什么遗憾。
<p>想笑就笑,想哭就哭,
<p>该爱的时候就去爱,无谓压抑自己。
<p>人生的苦闷有二,
<p>一是欲望没有被满足
<p>二是它得到了满足。</p>


</div>


</body>
</html>

2222.JPG

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!