为什么不下一个:将文字翻转为红色?

hun*_*erp 1 html css

在网站http://gopiswrong.com上 ,类.next:hover应该将文字"GOPisWrong.com下一步说什么?" 悬停时红色,但不是.为什么?

Bol*_*ock 5

有一个内联样式color,需要摆脱覆盖悬停样式:

<a class="next" style="margin-left:300px;font-family:sans-serif;color:#000000;"
Run Code Online (Sandbox Code Playgroud)