-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
76 lines (63 loc) · 1.04 KB
/
style.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
body {
background-color: #121212;
}
h1, h2, h3, h4, h5 {
color: #E1E1E1;
font-family: Poppins, sans-serif;
}
p {
color: #E1E1E1;
font-family: Poppins, sans-serif;
}
.my-title {
text-align: center;
font-size: 32px;
margin-bottom: 0;
}
hr.my-title {
width: 300px;
margin: auto auto 2%;
}
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
padding: 10px;
margin: 3%;
}
.work-preview {
border: 2px solid #E1E1E1;
border-radius: 10px;
margin: 10px 10px;
padding: 20px;
height: 200px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.barItem {
margin-left: 5px;
margin-right: 5px;
}
.barItem a {
text-decoration: none;
}
hr.transition {
border: none;
}
.skillsIcon {
width: 64px;
height: 64px;
margin: 1%;
}
.xpDiv {
margin-bottom: 150px;
}
.xpDiv p, h3, h4, img {
text-align: center;
}
.xpPin {
width: 175px;
height: 175px;
margin:auto;
display:block;
}