Help me in solving FASH08 problem

My issue

what does did you set background color to "lightgrey means ??? I used background-color: #D3D3D3;
then background-color: lightgrey;
then background-color: “lightgrey”;
but still the same . Why?

My code

// your code goes here

Learning course: Projects using HTML / CSS
Problem Link: FS SHOPPING TIME BANNER CSS Practice Problem in Projects using HTML / CSS - CodeChef

Hello @devilinux66 ,
I think this code below i have written may help you understanding the point, so refer the below code.
Thank You

.Shopping-container{
background-color: lightgrey;
text-align: center;
padding-bottom: 30px;
}
#shopping-time-img{
margin-top: 30px;
width: 90vw;
height: 60vh;
}

1 Like

Thanks !!

You are Welcome:)…!