!importantをつけた箇所が黄色になりません

id属性をつけた要素を表現するときに空白はいりません。
2020年5月5日
ユーザー

Important をつけたところが黄色にならないのですが、どこが間違っているかわかりません。

<!DOCTYPE html>
<html lang="ja">
    <head>
        <meta charset="utf-8">
        <title>CSSの練習</title>
<link rel="stylesheet" href="css/styles.css">

    </head>
<body>
<section id="about">
    <h1 id="main" class="title box"style="color: skyblue;">MainTitile</h1>
</section>

</body>
</html>
#about > #main{color:grey;}
h1 {color: red;}
h1 #main.box {color: yellow !important;}
section>#main.title {color:blue;}
section#about > h1 { color: pink;}

この回答を見るにはプレミアムプランへの登録が必要です

プレミアムプランとは?