Step 46 Cafe Menu

Hi I’m stuck on step 46. It’s asking me to change the flavor class width to 75% and the price class width to be 25%.

My code is:

.flavor {
text-align: left;
Width: 75%;
}

.price {
text-align: left;
Width: 25%;
}

Not sure what I’m doing wrong?!

change Width to width. These tasks are case sensitive :slight_smile:

2 Likes

Thanks for your help! In the end I tried a different browser and it worked :smiley:

1 Like