-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.css
62 lines (54 loc) · 949 Bytes
/
cv.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
/* Write CSS Here */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: rgb(253, 254, 255);
display: flex;
justify-content: center;
align-items: center;
}
.full {
width: 50%;
max-width: 1000px;
min-height: 100px;
background-color: rgb(245, 239, 231);
margin: 0px;
display: grid;
grid-template-columns: 2fr 4fr;
}
.left {
position: initial;
background-color: rgb(126, 219, 231);
padding: 20px;
}
.right {
position: initial;
background-color: rgb(162, 202, 206);
padding: 20px;
}
.image, .Contact, .Skills, .Language, .Hobbies, .title,
.Summary, .Experience, .Education {
margin-bottom: 30px;
}
.as{
margin-left : 30px;
}
.sp{
margin-top : 15px
}
.Stage{
margin-top : 10px;
margin-bottom: 15px;
}
.h2 {
background-color: rgb(4, 96, 150);
}
li:not(:first-of-type) {
margin-top: 1.2em;
}
li:first-of-type {
margin-top: 1.2em;
}