... .red:hover ~ .blue{ transition: all .2s ease-in-out; transform: scale(1.1); } <html> <head> </head> <body> <div class="red"></div> <div ...
確定! 回上一頁