Warum wird die Hintergrundfarbe auf meiner Website nicht angezeigt?
Posted: 13 Apr 2025, 23:28
Das Problem von I Abe ist, dass meine Website die in meinen CSS -Tags angegebene Hintergrundfarbe nicht zeigt. /> Hier ist ein Bild dessen, wie es aussehen würde. Über < /p>
< /li>
Bitte raten Sie, da ich ein paar Tricks ausprobiert habe, z. B. die richtigen Wiederholungsfunktionen usw. CSS -Funktionen.
< /li>
Bitte raten Sie, da ich ein paar Tricks ausprobiert habe, z. B. die richtigen Wiederholungsfunktionen usw. CSS -Funktionen.
Code: Select all
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.
[img]images/idly.png[/img]
If you like Indian food, check out [url=http://http://karaikudi.ca/order-online/]Karaikudi[/url] in Scarborough.
08/24/2018: Pide
If you haven't tried Pide , also known as Turkish Pizza, your
life is not complete.
[img]images/pide.jpg[/img]
My current favorite Pide Restaurant, is [url=http://mrpide.ca/]Mr. Pide[/url] in Greektown, Toronto.
Order the [b] Lahmacun [/b]!
08/22/2018: Shawarma
One of the many excellent Middle Eastern foods you can find in Toronto -- Shawarma!
[img]images/shawarma.jpg[/img]
If you like shawarma, check out [url=http://alibabas.ca/]Ali Baba's[/url]. 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.
[img]images/jianbing.jpg[/img]
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 [url=https://www.youtube.com/watch?v=CeejFNsVqRQ]link[/url].
(c) Author of the Eating Journal - Abdel Zhang
< /code>
Hier ist mein 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;
}