rx-dom
Version:
Library for using DOM elements as well as Ajax requests
14 lines • 332 B
CSS
#dragTarget {
background-image: url(logo.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
height: 200px;
width: 200px;
background-color: #000000;
border: 1px solid #666666;
color: #ffffff;
padding: 10px;
position: absolute;
cursor: move;
}