-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
55 lines (46 loc) · 762 Bytes
/
styles.css
File metadata and controls
55 lines (46 loc) · 762 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
* {
margin-left: 5px;
margin-right: 5px;
font-family: 'Montserrat';
}
h3 {
font-weight: bold;
color: #3458eb;
}
.skills {
display: flex;
justify-content: center;
flex-flow: column nowrap;
}
.l-skills {
margin-left: -25px;
margin-top: -15px;
}
.name {
text-align: center;
}
.profilepic {
display: block;
margin-left: auto;
margin-right: auto;
border: 5px dotted black;
height: 400px;
}
.l-contactme {
margin-top: -15px;
}
table, th, td {
text-align: center;
margin-left: auto;
margin-right: auto;
border: 1px solid black;
padding: 5px;
border-collapse: collapse;
}
.link {
margin-left: -0.5px;
}
.textBox {
border: 1px solid black;
margin: 5px;
}