a.random:hover{ color:#64FFDA; font-size:120%; } //選擇的是class="random"的<a>標簽。 a#search:active{ font-size:80%; } //選擇的是id="search"的<a>標簽。 ...
a.random:hover{
color:#64FFDA;
font-size:120%;
} //選擇的是class="random"的<a>標簽。
a#search:active{
font-size:80%;
} //選擇的是id="search"的<a>標簽。