blob: a33f903a23406165f4e0b9b5a97eee5071fecf54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
.draggable {
position: absolute;
/*z-index: 9;*/
/* background-color: #f1f1f1; */
/* text-align: center;*/
/* border: 1px solid #d3d3d3; */
}
.divheader {
/*padding: 10px; */
cursor: move;
/*z-index: 10;*/
/*background-color: #2196F3;
color: #fff; */
}
body {
background-image: url("90s.jpg");
background-repeat: repeat;
}
|