HTML5技术

用css3制作美猴王刷金箍棒 - 逐梦Jack

字号+ 作者:H5之家 来源:H5之家 2017-08-26 12:02 我要评论( )

!DOCTYPE html html lang= "en" head meta charset= "UTF-8" title Title / title style * { padding : 0 ; margin : 0 ; } #hd { width : 800 px ; height : 600 px ; border : 2 px solid blue ; background : url ( "sun2.jpg" ) no-repeat right 50 px ;

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
*{
padding:0;
margin:0;
}

 



#hd{
width:800px;
height:600px;
border: 2px solid blue;
background: url("sun2.jpg") no-repeat
right 50px;
background-size: 500px;
position: relative;

}
#hd:hover #jgb{
transform: rotate(360deg);
}
#jgb{
width:50px;
height:500px;
border: red;
/*margin:0 auto;*/
/*transform: rotate(30deg);*/
position: absolute;
left:309px;
top:50px;
transition: transform 1s;

}
#jgb div:nth-child(1){
width:50px;
height:100px;
background: gold;

}
#jgb div:nth-child(2){
width:50px; height:300px; background: red; color: yellow; font-size:30px; font-family:"微软雅黑"; text-align: center; padding-top: 30px; } #jgb div:nth-child(3){ width:50px; height:100px; background: gold; } </style></head><body><div> <div> <div></div> <div>如意金箍棒</div> <div></div> </div></div></body></html>

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
  • 制作H5响应式页面注意事项、微信二次分享 - 霓好

    制作H5响应式页面注意事项、微信二次分享 - 霓好

    2017-08-14 10:00

  • 前端用Datatables制作包含搜索、自动分页、按列排序、切换显示条数、打印以及多种文件格式保存等功能的Demo -

    前端用Datatables制作包含搜索、自动分页、按列排序、切换显示条数、

    2017-08-10 14:00

  • CSS3圆角边框 - ganchuanpu

    CSS3圆角边框 - ganchuanpu

    2017-07-22 18:06

  • 在线制作css动画——CSS animate - _/

    在线制作css动画——CSS animate - _/

    2017-07-11 08:02

网友点评
a