15 lines
No EOL
274 B
CSS
15 lines
No EOL
274 B
CSS
.computer {
|
|
width: 93px;
|
|
height: 98px;
|
|
background: url(https://js.cx/clipart/computer.gif) no-repeat;
|
|
padding: 5px;
|
|
font-style: italic;
|
|
}
|
|
|
|
.computer-smile {
|
|
background: url(https://js.cx/clipart/computer-smile.gif) no-repeat;
|
|
}
|
|
|
|
.draggable {
|
|
cursor: pointer;
|
|
} |