There are blocks inside the container: one link, the second content. How to make it so that when you hover over a link, it smoothly transforms into content, and when you remove italics, content smoothly goes back to the link? Preferably without js
<div class="container"> <div class="link" style="background-color:red;width:200px;height:100px;"></div> <div class="content" style="background-color:green;width:200px;height:300px;"></div> </div>