-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv2.css
68 lines (62 loc) · 941 Bytes
/
cv2.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
#block1{
background-image: url("amine.jpg");
background-repeat: no-repeat;
background-size:cover;
}
#block2{
text-align: center;
padding:50px;
}
p {text-align:left;
}
#block4 { ;
text-align: left;;
padding:10px;
line-height:23pt;
font-weight:bolder;
}
#row1 {
height:200px;
background-color: #00e6e6;
color:white;
font-weight: bolder;
}
.progress{
width:400px;
background:#00e6e6;
}
#Langues,#Atout,#experience{
padding:40px;
}
h3{
color:#00e6e6;
}
.date{
font-size:20px;
font-weight: bolder;
color:gray;
}
.points{
font-size:20px;
font-weight:bolder;
color:gray;
}
#diplome,#competence {
padding:40px;
}
h6{
color:#808080;
}
.titre {
color:#00e6e6;
font-weight: bold;
}
body{
padding:40px;
margin:30px auto;
}
.contour{
border:2px solid grey;
padding:5px;
box-shadow: 7px -4px 6px #444;
}