-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.css
More file actions
52 lines (51 loc) · 748 Bytes
/
cv.css
File metadata and controls
52 lines (51 loc) · 748 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
body{
background-color:white;
}
.conteneur{
margin:0 auto;
width:500px;
}
.formations{
padding-top: 5px;
padding-bottom: 5px;
padding-left: 0px;
}
p{
margin:0px;
}
.div-1{
width:500px;
position:relative;
margin-left: auto;
}
.div-1 ul.identite{
position:absolute;
top:0px;
right:10px;
left:150px;
height:100%;
}
.div-1 ul.identite,ol{
list-style-type: none;
}
.div-1 img{
border-radius:50%;
height:150px;
width:150px;
border:1px solid greenyellow;
}
hr{
width:500px;
height:2px;
background-color: lightblue;
}
h2,h3{
width:80%;
text-align: center;
}
.grand-titre{
font-size:25px;
}
.petit-titre{
font-size: 20px;
}