-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.css
More file actions
57 lines (52 loc) · 855 Bytes
/
cv.css
File metadata and controls
57 lines (52 loc) · 855 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
56
57
.page{
width : 780px;
margin : auto;
font-size : 16px;
font-family : 'Source sans Pro', Calibri, Tahoma, sans-serif;
padding : 40px;
border : 5px solid #3388CC;
border-radius: 10px;
box-shadow: 2px 4px 3px black;
background-color: #FFFFFF
}
.infophoto{
height : 250 px;
}
.info{
float :left;
}
.photo{
float : right;
}
.section{
margin-bottom : 70px;
text-align : justify;
}
.sec-gauche{
float : left;
font -weight : bold;
font-size : 20px;
}
.sec-droite{
margin-left : 150px;
}
strong {
font-size : 26px;
}
h2{
font-size 28px;
color : #3388BB;
border-bottom :3px solid #3388DD;
}
.duree{
font-weight : normal;
fotn-style : italic;
font-size : 16px
}
.titre{
font-weight : bold;
font-size : 20px;
}
body{
background-color: #CCCCCC;
}