-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
59 lines (54 loc) · 886 Bytes
/
Copy pathindex.css
File metadata and controls
59 lines (54 loc) · 886 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
#occupation {
font-size: 125%;
}
#occupation i {
font-size: 90%;
}
#card {
font-size: 20px;
margin: 0;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 680px;
height: 300px;
background-color: white;
border: 2px solid gray;
}
#card h1 {
font-size: 175%;
margin-bottom: 0px;
}
#card #photo {
margin: 0;
position: absolute;
left: 15px;
top: 50%;
transform: translate(0%, -50%);
width: 30%;
height: 90%;
object-fit: cover;
border: 1px solid gray;
}
#card #info {
margin: 0;
position: absolute;
left: 37%;
top: 5px;
}
#card #menu {
margin: 0;
position: absolute;
left: 50%;
top: 113%;
transform: translate(-50%, -50%);
width: 590px;
height: 35px;
background-color: white;
border: 2px solid gray;
font-size: 125%;
text-align: center;
padding-top: 5px;
white-space: pre;
}