Blogger Information
Blog 51
fans 0
comment 1
visits 70611
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
1
呵呵哒
Original
1028 people have browsed it

TIM图片20180316234330.jpgTIM图片20180316234342.jpgTIM图片20180316234249.jpg

<!DOCTYPE html>
<html>
<head>
<title>haha 我进来了 ,快say Hallo跟我</title>
<meta charset="utf-8">
<style type="text/css">
div{
width: 400PX; 
height: 300PX;
padding: 10PX;
border-radius: 10PX;
box-shadow: 10PX 10PX 10PX #777;
background-image: url(images/1.jpg);
background-size: 420px 320px;
background-repeat: no-repeat;

}
.text{
color: #345666;
text-indent: 1em;
line-height: 2em;
}
</style>
</head>
<body>
<div>
<h3 style="color: orange; text-align: center; font-size: 15px" onmouseover="change(this)" onmouseout="old(this)" 
>古朗月行</h3>
<p>小时不识月,呼作白玉盘。
又疑瑶台镜,飞在青云端。
仙人垂两足,桂树作团团。
白兔捣药成,问言与谁餐。
蟾蜍蚀圆影,大明夜已残。
羿昔落九乌,天人清且安。
阴精此沦惑,去去不足观。
忧来其如何,凄怆摧心肝。</p></div>


</body>
 <script type="text/javascript">
  function change(elemnet) {
  elemnet.style.fontSize='30px'

  elemnet.style.color='red'
  }
  function old(elemnet) {
  elemnet.style.fontSize='15px'
  elemnet.style.color='orange'
  }
 </script>
</html>
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
  • 1
    2018-03-17 17:09:25