12 lines
309 B
CSS
12 lines
309 B
CSS
#webcam_rotator::before {
|
|
content: "";
|
|
width: 20%;
|
|
height: 20%;
|
|
background: url('https://cdn.discordapp.com/attachments/966400443720826970/1155503444241682644/liveleak.png') 0 0 no-repeat;
|
|
position: absolute;
|
|
background-size: contain;
|
|
z-index: 1000;
|
|
top: 4px;
|
|
left: 4px;
|
|
}
|