Help me in solving FASH04 problem

My issue

I wrote exactly but it is saying the error at background-color property

My code

header{
    height:60px;
    background-color:#806BDC;
    text-align: center;
}
.NavBar{
    padding-top:18px;
}
#navbar-title{
    color:white;
    font-size: 25px;
}

Learning course: Projects using HTML / CSS
Problem Link: CodeChef: Practical coding for everyone

1 Like

same error showing at my side