Ich habe eine einfache HTML-Datei und eine CSS-Datei erstellt, aber die Stile werden nicht auf das div-Element angewendet.
HTML:
Code: Select all
Hello World
CSS:
.box {
width: 200px;
height: 200px;
background-color: blue;
color: white;
}
Code: Select all
Hello World
CSS:
.box {
width: 200px;
height: 200px;
background-color: blue;
color: white;
}