<body>
<div class="col-md-6" >
<h1>This is the element I want to :hover on</h1>
</div>
<div class="col-md-6" >
<div id="python">
This is the hidden element I want to make appear
</div>
</div>
</body>
如果可能的话,我只想使用CSS。
谢谢。
这是另一个我想在.main:hover
上更改Borja字体大小的示例