-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
62 lines (55 loc) · 943 Bytes
/
style.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
@font-face {
font-family: 'roboto';
src: url('../CV/roboto/Roboto_Regular.ttf');
font-weight: normal;
font-style: normal;
}
html {
font-family: 'roboto';
color: white;
background-image: url('../CV/images/fond_pelouse.jpg');
}
.row {
display: flex;
margin-top: 5%;
}
section {
display: flex;
margin-top: 10%;
}
h1 {
text-align: center;
}
h1, h3 {
text-decoration: underline;
}
#infos {
margin-left: 10%;
}
#posteCitation {
margin-left: 20%;
}
#citation {
border: 2px solid black;
text-align: center;
width: fit-content;
padding: 20px;
margin: auto;
background-color: #c926c4;
color: black;
}
article {
flex: 3;
margin-left: 10%;
}
aside {
flex: 1;
border: 5px solid black;
border-radius: 5%;
text-align: center;
width: fit-content;
padding: 20px;
margin-right: 20%;
margin-bottom: auto;
margin-top: 5%;
}