博客列表 >316homework

316homework

陈小伟宝宝的博客
陈小伟宝宝的博客原创
2018年03月16日 15:55:25399浏览
 <!doctype html>
 <html>
 <head>
 <meta charset="utf-8">
<style type="text/css">
	div {
		width: 300px;
		height:200px;
		padding: 15px;
		border-radius: 15px;
		box-shadow: 15px 15px 1px #f3f3f3;
		/*background-color: #efefef;*/
		background-image: url(images/ceshi.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 = '22px'
		element.style.color = 'green'
	}
	function old(element) {
		element.style.fontSize = '20px'
		element.style.color = 'red'
	}
</script>

微信图片_20180316154247.jpg

上一条:3月15日作业下一条:黎伟锋代码作业
声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议