JunJun-is-studying

效果图

HTML

 

<div class="bj">
<center><h1>表白电子相册</h1></center>
<marquee scrollamout="1">
<div>
<img src="images/1.png"  height="300" width="300" >
<img src="images/2.png"  height="300" width="300">
<img src="images/3.jpg"  height="300" width="300">
<img src="images/4.jpg"  height="300" width="300">
<img src="images/5.jpg"  height="300" width="300">
<img src="images/6.jpg"  height="300" width="300">
<img src="images/7.jpg"  height="300" width="300">
<img src="images/8.png"  height="300" width="300">
</div>
</marquee>
</div>

 

CSS

 

      body{
             height:1920px;
             padding:0px;
             margin:0px;
       }
     .bj{
           height:1000px;
           width:1500px;
          background-size:100% 100%;
          background-image:url(images/bj.jpg);      
       }
     .kg{
           height:300px;
           width:50px;
         }
      img{
             margin:50px  50px auto; 
          }

 

分类:

技术点:

相关文章:

  • 2021-08-05
  • 2021-12-05
  • 2021-04-13
  • 2021-12-14
  • 2021-12-29
猜你喜欢
  • 2021-12-19
  • 2021-08-21
  • 2021-11-27
  • 2021-04-12
  • 2021-08-21
  • 2021-10-18
相关资源
相似解决方案