This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
plemp/public/plemp.css

12 lines
177 B
CSS

/* CSS style file for Plemp! */
.draggable {
position: absolute;
padding: 15px;
width: 300px;
top: 0px;
left: 0px;
border: thin solid black;
background: white;
}