4 lines
133 B
CSS
4 lines
133 B
CSS
.background {
|
|
background-image: url("https://kelder.zeus.ugent.be/webcam/video/mjpg.cgi?profileid=2");
|
|
background-size: contain;
|
|
}
|