-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
83 lines (71 loc) · 1.13 KB
/
style.css
File metadata and controls
83 lines (71 loc) · 1.13 KB
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
79
80
81
82
83
/* * {
border: thin red solid;
} */
body {
padding-top: 40px;
padding-bottom: 40px;
background-color: #fef6e4;
display: flex;
justify-content: center;
font-family: "Times New Roman", Times, serif;
}
.items {
display: flex;
flex-direction: column;
gap: 30px;
max-width: 640px;
flex-grow: 1;
}
.banner {
display: flex;
justify-content: center;
}
.banner-image {
width: 128px;
height: 128px;
object-fit: cover;
border-radius: 128px;
}
.name,
.title {
color: #001858;
display: flex;
justify-content: center;
}
.social-icons,
.skill-icons {
display: flex;
justify-content: space-around;
}
.social-icons a {
color: #001858;
text-decoration: none;
}
.link {
background-color: #8bd3dd;
display: flex;
align-items: center;
padding: 5px;
border-radius: 30px;
}
.link a {
color: #0d0d0d;
text-decoration: none;
text-align: center;
flex-grow: 1;
}
.thumbnail {
width: 48px;
height: 48px;
border-radius: 48px;
object-fit: cover;
}
p {
text-align: center;
margin-top: 5px;
margin-bottom: -1rem;
}
.skill-icons {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}