search

Home  >  Q&A  >  body text

About the transition tag seems to be invalid for the class attribute

.two{width: 100px;height: 100px;background: #FF6500;transition: width 2s;}.two:hover{width:450;}p{width: 200px;height: 200px;background: #ff6500; transition: width 2s;}p:hover{width: 500px;}

The above code is valid for p tag, but invalid for .two, how to solve it

复印名片广告复印名片广告1811 days ago1740

reply all(0)I'll reply

No reply
  • Cancelreply