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