7 lines
89 B
CSS
7 lines
89 B
CSS
.PingPong {
|
|
position: absolute;
|
|
display: flex;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 100;
|
|
} |