-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
77 lines (67 loc) · 962 Bytes
/
style.css
File metadata and controls
77 lines (67 loc) · 962 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
body{
font-family: "monospace", sans-serif;
}
.font-primary{
color:#00ABAE;
}
.title-icon{
font-size:20px;
font-weight:bold;
}
p{
font-size:18px;
}
h2{
font-weight: bold;
font-size: 23px;
margin-bottom: 20px;
}
a .font-black{
color:#000 !important;
}
#about{
margin:60px auto;
max-width: 400px;
text-align: center;
}
.pic{
border-radius: 50%;
width: 120px;
margin-bottom: 10px;
}
#about .name{
font-size: 19px;
}
#about .vocation{
font-size: 17px;
color: #A8A8AB;
MARGIN-BOTTOM:10PX;
}
#about .skills{
font-size:14px;
color:#00ABAE;
margin-bottom:10px;
}
#about .email{
margin-top: 14px;
}
#about .icons{
margin-top:14px;
font-size:30px;
}
#about .icons a {
color: #000
}
#project{
margin: 60px auto;
width: 80%;
}
#project h2{
text-align: center;
}
#project .card img{
width: 100%;
}
#project .card-title{
font-weight:bold;
}