Hi everyone,
I am doing the course Responsive Web Design, and I am stuck at the “Learn Basic CSS by building a Cafe menu” Step 23.
I guess this is an easy step and I must be doing some kind of typpo, but I have been really stuck here for the past couple of days.
my code:
body {
background-color: burlywood; /* anything */
}
h1, h2, p {
text-align: center;
}
div {
width: 300px;
}
It seems to do not work. Any help, please?