-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpcv.css
More file actions
55 lines (55 loc) · 871 Bytes
/
Copy pathpcv.css
File metadata and controls
55 lines (55 loc) · 871 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
* {
box-sizing: border-box;
margin: 10px;
text-transform: capitalize;
}
span {
font-weight: bolder;
}
.flex {
display: flex;
justify-content: space-between;
align-items: center;
}
img {
width: 150px;
height: 150px;
}
.text{
text-align: center;
font-family: "Bitcount Grid Double Ink", system-ui;
font-optical-sizing: auto;
font-size: 50px;
font-style: normal;
font-variation-settings:
"slnt" 0,
"CRSV" 0.5,
"ELSH" 0,
"ELXP" 0,
"SZP1" 0,
"SZP2" 0,
"XPN1" 0,
"XPN2" 0,
"YPN1" 0,
"YPN2" 0;
}
/* ul{
padding: 0px;
} */
.pflex {
display: flex;
text-align: left;
}
.undo{
margin-top: 0px;
padding-top: 0px;
margin-left: 45px;
text-align: left;
}
.margin{
margin-left: 190px;
}
.flex{
display: flex;
justify-content: space-between;
}