Проблема с тем, что я столкнулся с тем, что мой веб -сайт не будет отображать цвет фона, как указано в моих тегах CSS. /> Вот изображение того, как я надеялся, это было бы похоже. Через < /p>
< /li>
Пожалуйста, сообщите, как я пробовал несколько хитростей, таких как использование правильного повторного повторения и т. Д. CSS, безрезультатно.
EECS1012: Lab 2 - Eating Journal
Eating Journal
Good things to eat and where to find them
09/06/2018: Idli
Idlis are a favorite in India. They are made from a lentil and rice batter that is steamed.
In India these are very cheap . . unfortunately, they will cost you in Toronto.

If you like Indian food, check out Karaikudi in Scarborough.
08/24/2018: Pide
If you haven't tried Pide , also known as Turkish Pizza, your
life is not complete.

My current favorite Pide Restaurant, is Mr. Pide in Greektown, Toronto.
Order the Lahmacun !
08/22/2018: Shawarma
One of the many excellent Middle Eastern foods you can find in Toronto -- Shawarma!

If you like shawarma, check out Ali Baba's. They have two for the price of
one falafel sandwiches on Tuesdays!
07/10/2018: Jianbing
Jianbing is a street food from China. It is very popular as a breakfast food.

Unfortunately, I haven't found a good restaturant in Toronto that has jianbing. But
here is a nice video showing it being made in Beijing link.
(c) Author of the Eating Journal - Abdel Zhang
< /code>
Вот мой css: < /p>
body {
background-color: white;
border-style: solid;
border-color: green;
border-width: thick;
background: url("images/background.gif");
margin-right: 10%;
margin-left: 10%;
}
#section1 {
border-style: solid;
border-color: red;
background-color: rgb(255, 255, 255);
border-width: thick;
}
h2.main {
border-style: solid;
border-color: orange;
border-width: thick;
background-color: rgb(255, 255, 255);
}
#dates {
border-style: solid;
border-color: purple;
border-width: thick;
}
p.footer {
border-style: solid;
border-color: orange;
border-width: thick;
}
div {
border-style: solid;
border-color: blue;
border-width: thick;
}
Подробнее здесь: https://stackoverflow.com/questions/795 ... on-my-site
Мобильная версия