forked from stoicfeats/airbornesd.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.css
70 lines (65 loc) · 1.03 KB
/
about.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
body {
background-color: #CAF7E3;
font-family: sans-serif;
}
hr {
border-style: none;
border-top-style: dotted;
border-color: grey;
border-width: 5px;
width: 5%;
}
h1 {
color: #0A81AB;
}
h3 {
color: #0A81AB;
}
td {
font-size: 13px;
}
li {
font-size: 13px;
}
.per_img,.per_info h1,.intro p,.intro h2{
display: flex;
align-items: center;
justify-content: center;
}
.icons{
display: flex;
align-items: center;
justify-content: center;
}
.icons a{
font-size: 28px;
margin-right: 22px;
text-decoration: none;
color: black;
margin-bottom: 7px;
}
.intro{
position: relative;
align-items: center;
margin: 10px;
font-size: large;
}
.description{
margin: 28px 50px;
font-size: larger;
}
.common{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.common h3{
font-size: 20px;
}
.common li,.common td{
font-size: larger;
}
.experience li,.experience td{
font-size: large;
}