Blogger Information
Blog 26
fans 0
comment 1
visits 20509
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3月15日作业
木易阳的博客
Original
591 people have browsed it

php 中文网第一次作业

微信图片_20180319114851.jpg微信图片_201803191148511.jpg微信图片_201803191148512.jpg

<!DOCTYPE html>
 <html>
 <head>
 <meta charset="utf-8">
 <title>php中文网第一次作业</title>
 
<!-- css样式 -->
 <style type="text/css">
 div{
    width: 730px;
    height:830px;
    padding:10px;
    background-image:url(images/bg.jpg);
    background-size:740px 840px;
    background-repeat: no-repeat;
    border-radius: 20px;
    box-shadow: 6px 6px 6px #888;
  }

p{
    color:#363636;
    font-weight: bold;
    text-align:center;
    line-height:1.8em;
    font-size: 18px;
}
 h3{
    color: brown;
    text-align: center;
    font-size: 24px;
}
span{
    font-size:16px;
    text-align: center;
}
</style>

</head>
<body>

<div>
<h3 onmouseover="change(this)" onmouseout="old(this)">见与不见</h3>
<p>你见,或者不见</br>
我就在那里</br>
不悲不喜</br></p>

<p>你念,或者不念</br>
我就在那里</br>
不来不去</br></p>

<p>你爱,或者不爱</br>
爱就在那里</br>
不增不减</br></p>

<p>你跟,或者不跟</br>
我的手就在你手里</br>
不舍不弃</br></p>

<p>来我的怀里</br>
或者</br>
让我住进你的心里</br>
默然 相爱</br>
寂静 欢喜</br></p>

<!-- 版权信息 -->
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---仓央嘉措</p>
<span>Copyright © 2018  2018-2019 杨彦国 版权所有</span>
</div>

<!-- 标题变化js -->
<script type="text/javascript">
function change(element){
    element.style.fontsize='32px'
    element.style.color='green'

}
function old(element){
    element.style.fontsize='24px'
    element.style.color='brown'
}
</script>

</body>
</html>


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