UNPKG
fruitstand
Version:
latest (0.0.1)
0.0.1
fruit stand
github.com/classmember/fruitstand
classmember/fruitstand
fruitstand
/
examples
/
nodejs-mongodb-angularjs-web-development
/
ch29
/
static
/
css
/
draggable_styles.css
9 lines
•
156 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
.dragImage
{
height
:
100px
; }
.dragLabel
{
background-color
:
rgba
(
255
,
255
,
255
,
0.5
);
display
:inline-block;
font
:
20px
/
28px
Georgia, serif;
padding
:
5px
; }