KKGGG
1
body {
background-image: url(https://cdn.freecodecamp.org/curriculum/css-cafe/beans.jpg);
}
h1, h2, p {
text-align: center;
}
.menu {
width: 80%;
background-color: burlywood;
margin-left: auto;
margin-right: auto;
}
.item p {
display: inline-block;
}
.dessert .flavor {
text-align: left;
width: 75%;
}
.price {
text-align: right;
width: 25%
}
Please Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
Teller
3
Welcome to the forum @KKGGG
Try placing a comma after .dessert
to separate the two selectors.
For next time, describe the issue in your own words. Learning to communicate problems is a part of becoming a web developer.
Happy coding