私は非常に簡単なファイルでこの問題を抱えています.からをとでcss
変換したいのですが、. のみを変更するようです.div
75px
height
width
:hover
width
#ich{
transition: 2s;
-moz-transition: 2s; /* Firefox 4 */
-webkit-transition: 2s; /* Safari and Chrome */
-o-transition: 2s; /* Opera */
margin-top:40%;
width:75px;
height:75px;
border-radius:35px;
background-image:url(fb.jpg) ;
background-repeat: no-repeat;
background-position: center;
text-align:center;
display:block;
}
#ich:hover{
width:300px!important;
height:300x!important;
background-size: 300px 300px;
}
HTML は、その部分にdiv
idが含まれているだけで、他には何もありません。#ich
body