-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCV.css
More file actions
100 lines (97 loc) · 1.63 KB
/
CV.css
File metadata and controls
100 lines (97 loc) · 1.63 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
*{
box-sizing: border-box;
font-family :cursive, serif
}
body{
background-image: url("images.jpeg");
margin-bottom: 5%;
}
/* general.img{
background-image: url("images.jpeg");
opacity: 0.8;
background
} */
.droite{
background-color: cornflowerblue;
background: linear-gradient(to left,cornflowerblue,lavender);
}
.gauche{
background-color: mediumaquamarine;
background: linear-gradient(to right,mediumaquamarine,lavender);
}
.flex{
display: flex;
flex-direction: row-reverse;
justify-content: center;
}
h1{
text-align: center;
color: darksalmon;
text-decoration: bold;
padding: 5%;
font-size: 400%;
background-color:rgba(0, 0, 0, 0.5);
padding:0;
margin: 85px;
}
a{
text-decoration: none;
color:black;
text-decoration: underline;
}
.maquette{
/* background-image: url("./maquette.png"); */
background-color: red;
}
.img{
overflow: hidden;
-webkit-border-radius: 90px;
-moz-border-radius: 90px;
border-radius: 90px;
border: 10px solid pink;
width: 200px;
height: 250px;
position: absolute;
align-items: center;
}
p{
margin: 1%;
}
h2{
text-align: center;
text-decoration: underline;
margin-bottom: 7%;
margin-top: 7%;
}
li{
margin-left: 10%;
}
h3{
margin-left: 8%;
}
.dates{
font-style: italic;
font-size: 18px;
margin-left: 40%;
}
.bouton {
display: flex;
position: fixed;
right: 10px;
bottom: 10px;
padding: 5px;
}
.formations{
margin-left: 18%;
margin-top: 0%;
}
.textegauche{
text-align: center;
}
hr{
margin-top: 0%;
width: 50px;
}
.logo{
opacity: unset;
}