Css网页中属性的操作,缩放,旋转,图片倾斜

 使用HBuilder编写的

安卓混合开发第一周周考题

css网页中属性的操作,缩放,旋转,图片倾斜

 Css样式

@charset "utf-8";
/* CSS Document */
.d1{
    width:2400px;
    height:1100px;
    color:#FFF;
    background-image:url(../imgs/bg.jpg);}
.left{ width:1500px;height:1100px; float:left;  }
.right{ width:800px; height:1100px; float:right}
.phone{ margin:100px 110px}
table{margin:150px;}
.phone:hover{ transform:skew(0,25deg)}

h3:hover{
animation:aa 4s infinite;}
@-moz-keyframes aa
{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
p{ font-size:48px;}
p:hover{ transform:scale(1.2); color:#0F9}
font{ font-weight:800}

Html代码

 



无标题文档





 

  
 
   
 
 
   
 
 
   
 
 
   
 

Blue App Template

One page Responsive HTML5 parallax
business landing page

Lorem ipsum dolor sit amet,
 consectetur adipisicing elit. Similique autem,

 atque in voluptatibus repellat nostrum iusto
 architecto vel placeat
numquam omnis assumenda.



   
 
 
 

 

    
 






你可能感兴趣的:(html)