-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
88 lines (78 loc) · 1.34 KB
/
styles.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
79
80
81
82
83
84
85
86
87
88
body {
margin: 5em 15rem 1em 15rem;
font-size: 1.2em;
}
.basicText {
text-align: center;
}
.name {
text-transform: uppercase;
font-size: 3em;
margin-bottom: 0.1em;
}
.basicSmall {
font-size: 1.2em;
}
.location {
margin-bottom: 0.5em;
margin-top: 0.5em;
}
.email {
margin-top: 0.5em;
}
.sectionHead {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
border-bottom: 2px solid black;
padding-left: 20px;
text-transform: uppercase;
margin-bottom: 0.5em;
}
.project-title {
margin-bottom: 0px;
}
.project-unorder {
margin-top: 0px;
}
ul .second {
list-style-type: square;
}
.project-title a {
text-decoration: none;
}
.table-bold {
font-weight: bold;
}
/* .exp-table-padding td{
padding: 0 15px;
} */
.unbold, .nobold {
font-weight: normal;
}
.skills-container {
display: flex;
justify-content: space-around;
}
.skill-list {
list-style-type: square;
padding-left: 1em;
}
.no-list-style {
list-style: none;
padding: 0;
}
.link-icon {
font-size: 2em;
margin-bottom: 0.3em;
margin-top: 0.3em;
padding-bottom: 0.3em;
}
.link-list {
margin-bottom: 0.3em;
}
.footer {
text-align: center;
background-color: #636161;
color: #fff;
padding: 15px 0;
font-size: 1.2em;
}