-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathcards.css
More file actions
64 lines (54 loc) · 734 Bytes
/
cards.css
File metadata and controls
64 lines (54 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
body {
margin: 0;
}
.singlecard {
width: 360px;
height: 320px;
}
.card {
float: left;
border: 1px dashed #999;
width: 360px;
height: 320px;
page-break-inside: avoid;
}
.art {
float: left;
width: 180px;
height: 180px;
object-fit: contain;
object-position: center top;
}
.qrcode {
float: left;
width: 180px;
height: 180px;
}
.labels {
float: left;
margin-left: 10px;
margin-right: 10px;
margin-top: 6px;
width: 160px;
}
p {
color: black;
font-family: "Helvetica";
font-size: 9pt;
width: 100%;
margin: 10px 0 0 0;
text-align: center;
}
.song {
margin-top: 12px;
font-weight: bold;
font-size: 11pt;
}
.artist {
}
.album {
}
.small {
color: #999;
font-size: 7pt;
}