1. 使用類名
color: #f00;
text-decoration: none;
2. 使用標簽
background-color: #000;
border: none;
3. 使用絕對定位
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
4. 使用偽類
a:hover {
color: #fff;
text-decoration: underline;
1. 使用類名
color: #f00;
text-decoration: none;
2. 使用標簽
background-color: #000;
border: none;
3. 使用絕對定位
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
4. 使用偽類
a:hover {
color: #fff;
text-decoration: underline;