Blogger Information
Blog 2
fans 0
comment 0
visits 1020
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
第1章 3.15_前端开发初体验 作业
刘洋的博客
Original
420 people have browsed it

1.png

<meta charset="utf-8">
<style type="text/css">
	div {
		width: 400px;
		height:250px;
		padding: 15px;
		border-radius: 15px;
		box-shadow: 5px 5px 5px #888;
		/*background-color: #efefef;*/
		background-image: url(images/10.jpg);
		background-size: 430px 280px;
		background-repeat: no-repeat;
	}
	.text {
		color:#363636;
		text-indent: 2em;
		line-height: 1.5em;
	}
</style>
<div>
	<h3 style="color:brown;text-align: center;font-size:20px" onmouseover="change(this)"
onmouseout="old(this)" 

	>三月春潮舞</h3>
<p class="text">朦胧的江南三月天,绿意款款银绣舞,迎着你,梅花美艳落山丛;

三月情思细雨如绵,青柳春泉流诗韵,轻拥你,青山瞬间绿油油;

三月的梅花舞山间,青缇莺荫塘水漪,拥抱你,梅花三月秀瓣舞;

清浅草绿陌上丰盈,甜甜春风脆鸟鸣,走近你,枝上树下桃花开;

千姿百态如春潮涌,桃花梨花杏花舞,轻依你,陌上歌吟翘枝头。</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>

11.jpg

2.jpg

Correction status:Uncorrected

Teacher's comments:
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