-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
59 lines (50 loc) · 740 Bytes
/
Copy pathindex.css
File metadata and controls
59 lines (50 loc) · 740 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
html {
background: black;
color: grey;
}
a {
}
.your-character {
border: 1px solid;
clear: both;
padding: 1rem;
width: fit-content;
margin: auto;
margin-bottom: 10px;
}
h3 {
margin: 0;
}
.candidates {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
figure {
margin: 0;
text-align: center;
position: relative;
}
figcaption {
/*
border: 1px solid;
border-top: 0;
margin-top: -1px;
*/
}
img {
max-width: 10vw;
min-width: 60px;
aspect-ratio: 1;
height: auto;
display: block;
position: relative;
user-select: none;
}
figure {
border: 2px solid transparent;
}
figure.X {
/*border-color: red;*/
opacity: 30%;
}