Webpage bug help

Why doesn’t the “.image” class show up on this student’s “hobbies.html” page?!
https://codeprojects.org/projects/weblab/V02UFWHTdU65yLsupZ1Bdj2EfY_F6yk0wUXbCHOfp8A

try like this

.images{
border: 5px solid #555;
border-color: #080808;
}

Ah! So the border needs to have a thickness like 5px to be able to be filled with a color and a style! Yes?

1 Like

The border has to have a style in order to add any other characteristics to it. That’s a common mistake my students make.

1 Like