-5
今天我是想實現一個動畫圖標,但我在使用CSS陷入了麻煩。該upcomming代碼會說比我更可以說:HTML CSS懸停不工作
.Menu {
width: 100%;
height: 50px;
position: fixed;
background-color: #35f5ca;
top: 0;
left: 0;
}
.title {
font-family: "Sans-Serif";
position: fixed;
top: 1%;
left: 0;
vertical-align: middle;
font-size: 150%;
color: white;
}
.icon:hover {
width: 45px;
height: 45px;
position: fixed;
right: 0px;
top: 0px;
opacity: 1.0;
}
.body {}
<div class="Menu">
<p1 class="title">
<b>
\t Mettu
\t </b>
<img class="icon" src="images/iconplanet.png" style="transition: all 0.5s; width:40px; height:40px; position:fixed; right: 5px; top: 0.5%; opacity: 0.5;" />
</p1>
</div>
<div class="body">
</div>
請不要只是糾正我的代碼,並告訴我,我做錯了什麼。謝謝!