Help me in solving FASH06 problem

My issue

Here i gave width: 100%; command but im getting the erroe as did you set the width to 100%…?How can i overcome this

My code

Items{
    padding-top: 15px;
    padding-bottom: 15px;
}

item-table{
    width: 100%;
    text-align: center;
}
item-img{
    height: 64px;
}
item-tag{
    font-size: 14px;
}


Learning course: Projects using HTML / CSS
Problem Link: Add CSS to items list Practice Problem in Projects using HTML / CSS