12 lines
124 B
CSS
12 lines
124 B
CSS
|
body {
|
||
|
background: #111;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
|
||
|
.illo {
|
||
|
display: block;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
cursor: move;
|
||
|
}
|