6 lines
80 B
CSS
6 lines
80 B
CSS
#drawing {
|
|
width: 500px;
|
|
height: 500px;
|
|
position: fixed;
|
|
z-index: -1;
|
|
} |