Blogger Information
Blog 15
fans 0
comment 1
visits 7960
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
前端入门第一课
银河的博客
Original
679 people have browsed it

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>习主席在春节团拜会上说的话</title>

<style type="text/css">

div{width:370px;

height:700px;

padding:15px;

border-radius: 15px;

box-shadow: 5px 5px 5px #888;

background-image:url(image/1.jpg);

background-size: 400px 730px;

background-repeat: no-repeat;


}

.text{color: #363636;

text-shadow: 1.5em;

line-height: 1.5em;

font-size: 14px;

padding-left: 35px;



}


</style>

</head>

<body>

<div><h3 style="text-align: center;"onmouseover="change(this)"

onmouseout="old(this)">习主席在春节团拜会上说:</h3>


<p>“只有奋斗的一生才称得上幸福的一生”<br>


大海不缺一滴水,<br>


森林不缺一棵树,<br>


单位不缺一个人!<br>


但是你的家族:<br>


缺少一个扬眉吐气的人!<br>


缺少一个让家人过上好日子的人!<br>


缺少一个为了梦想而努力持续奋斗的人!<br>


人生是很累的,<br>


你现在不累,以后就会更累。<br>


人生是很苦的,<br>


你现在不苦,以后就会更苦。<br>


没人在乎你的落魄,<br>


没人在乎你的低沉,<br>


更没人在乎你的孤单,<br>


但每个人都会仰视你的辉煌。<br>


除了成功拿什么证明你的存在?<br>


没有靠山,自己就是山!<br>


没有天下,自己打天下!<br>


没有资本,自己赚资本!<br>


活着就该逢山开路,遇水架桥。<br>


努力的意义:<br>


不要当父母需要你时,<br>


除了泪水,一无所有。<br>


不要当孩子需要你时,<br>


除了惭愧一无所有。<br>


不要当自己回首过去,<br>


除了蹉跎,一无所有。

<br>

———这就是奋斗的理由。<br></p></div>

<script type="text/javascript">

function change(element) {

element.style.fontSize = '24px'

element.style.color = 'green'

}

function old(element) {

element.style.fontSize = '20px'

element.style.color = 'brown'

}

</script>

</body>

</html>

001.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