-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
107 lines (84 loc) · 1.38 KB
/
Copy pathstyle.css
File metadata and controls
107 lines (84 loc) · 1.38 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.body {
font-family: Montserrat,
sans-serif;
background-color: F5F7FA;
}
.main {
width: 1200px;
margin: auto;
background-color: #FFFFFF;
box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
padding: 105px 90px;
}
.header {
width: 1196px;
height: 307px;
border: 1px blue;
}
.filter {
background: url(/img/Фон.png);
background-size: contain;
}
.heade1 {
float: left;
margin: 50px 0px 15px 58px;
}
.heade2 {
float: left;
margin: 85px 20px 0 -222px;
}
.heade3 {
float: left;
font-weight: 400;
font-size: 14px;
line-height: 24px;
margin: 140px 20px 0 -295px ;
width: 320px;
}
.imgh {
float: right;
}
.education {
margin-top: 50px;
}
.tech-skills {
float: right;
margin-top: -650px;
margin-right: 100px;
}
.button-techskills {
margin-right: px;
cursor: pointer;
border-radius: 25px;
}
/* Стилі soft-skills */
.soft-skills {
float: right;
margin-top: -400px;
margin-right: 100px;
}
.button-softskills {
cursor: pointer;
border-radius: 25px;
}
.contact {
float: right;
margin-top: -175px;
margin-right: px;
}
/*Education*/
.colege {
color: red;
}
.time {
font-size: 14px;
padding-top: -9px;
}
.certificat {
margin-top: 50px;
text-align: center;
}
.certificate {
width: 600px;
margin-top: 30px;
}