博主信息
博文 19
粉丝 3
评论 0
访问量 16216
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
3月15作业代码提交
蓝色天空
原创
829人浏览过
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>婚礼,新郎</title>
<style type="text/css">
.view{
margin:0 auto;
width:400px;
height: 250px;
background-image: url(images/background.jpg);
padding: 3px;
   border-radius: 15px; /*圆角边框*/
   box-shadow: 5px 5px 5px #888888;  /* 四周阴影*/
   background-repeat: no-repeat;
   background-size: 530px 380px; }
.view h2{
    font-size:16px;
    background: rgba(0,0,0,0.8);
    padding: 10px; /*所有内边距属性*/
    color: #fff;
    text-align:center;
    margin-top:20px;

}
      .text{
color:#363636;
text-indent: 2em; /*首行缩进*/
line-height: 1.5em; /*行距*/

      }



</style>
</head>
<body  >
<div text-align="center"><h2 onmouseover="h2aa(this)" onmouseout="h2bb(this)">婚礼,新郎</h2>
<p onmouseover="a(this)" onmouseout="b(this)">其实我在爱上你后,还爱过很多人。。。
台下一片哗然,新娘也惊呆了。<br>
 看到这情景,新郎满意的继续说:很多人,包括你的父母,你家人,你的朋友。。。台下掌声雷动。
新娘顿了顿,问:也包括我的闺密吗?</p></div>
<script type="text/javascript">
function a(aaa)
{aaa.style.fontSize='18px'
aaa.style.color='green'
}
function b(bbb)
 {bbb.style.fontSize='16px'
  bbb.style.color='red'} 

  function h2aa(bbb)
 {bbb.style.fontSize='18px'
  bbb.style.color='red'} 
  function h2bb(bbb)
 {bbb.style.fontSize='16px'
  bbb.style.color='#fff'} 
</script>



</body>
</html>

效果图
效果1.png

手抄图
手抄.jpg

本博文版权归博主所有,转载请注明地址!如有侵权、违法,请联系admin@php.cn举报处理!
全部评论 文明上网理性发言,请遵守新闻评论服务协议
0条评论
作者最新博文
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号

  • 登录PHP中文网,和优秀的人一起学习!
    全站2000+教程免费学