.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;}
Der obige Code ist für das p-Tag gültig, aber ungültig für .two, wie man es löst