-
Notifications
You must be signed in to change notification settings - Fork 0
/
api.css
79 lines (67 loc) · 1.08 KB
/
api.css
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
body {
width: 100%;
background-color: black;
color: white;
font-family: cursive;
display: flex;
/* justify-content: center; */
flex-direction: column;
align-content: center;
margin: 0em 4em;
height: auto;
}
h1 {
font-size: 8vw;
width: 60%;
display: flex;
justify-content: center;
outline: .25em solid gray;
padding: 1.5vh 11vw;
margin-block-end: .3em;
}
img {
border-radius: 50% 50%;
padding: 2em 0em;
width: 25%;
}
.cardname {
display: flex;
width: 80%;
margin-block-start: 0em;
flex-wrap: wrap;
justify-content: space-around;
outline: .25em solid white;
padding: 2vh 1vw;
height: auto;
}
.basics {
font-size: 4vw;
width: 33%;
height: auto;
}
.myname {
font-size: 2.5vw;
}
.linkname {
font-size: 1.5vw;
}
.company {
font-size: 1.5vw;
}
.website {
font-size: 1.5vw;
}
.story {
width: 33%;
font-size: 4vw;
height: auto;
}
.bio {
font-size: 1.5vw;
height: 10vh;
padding: 5em 0em;
}
.avatar {
height: auto;
width: 30%;
}